Sorry for the long delay, there was so much v6.0 stuff going on, that this slipped my attention in between.
I just pushed a new commit implementing something like
just without the extra ()
. If the first character is an !
, the list is used as "everything except". If there is no !
(a simple list like A,AAAA
), the usual interpretation of "only these" is used. This was considerably easier to implement and is fully backwards compatible with what we have now.
The
lines will only be shown in regex debug mode.
I also already added automatic tests for
;querytype=ANY,SRV,HTTPS
- matching ONLYANY
,SRV
, andHTTPS
type queries, and;querytype=!ANY,SRV,HTTPS
- matching everything EXCEPTANY
,SRV
, andHTTPS
type queries.
Please test away. The binaries already finished compiling while I have been writing this reply.
edit Related pull request (draft):