Since already dealt with the query, did it as needed.
{“.query”: [“disabled=false”,“list=a”,“list=b”,“#|”,“list=c”,“#|”,“comment=d”,“address=d”,“#|”,“timeout”,“#!”,“dynamic=true”,“#&!”]}
is equal to: where !disabled and (list=a or list=b or list=c) and (address=d or comment=d) and !(!timeout and dynamic)
- thus, dynamic addresses created by the system based on domain names are ignored.
Will make an explanation to make it easier for everyone interested to understand. And is applied by default to all expression results not explicit used on operation in stack:
{“.query”: [“disabled=false” AND “list=a”,“list=b”,“#|”,“list=c”,“#|” AND “comment=d”,“address=d”,“#|” AND “timeout”,“#!”,“dynamic=true”,“#&!”]}