In my dnsmasq.conf file, I have a blanket block rule to block everything:

no-resolv
server=8.8.8.8

address=/#/0.0.0.0

Before this rule, I would like to allow exceptions, say for example gitlab.com. 
The problem I am having is that this rule:

server=/gitlab.com/#

Does not work, and I have to use instead:

server=/gitlab.com/8.8.8.8

So why is not the '#' translating into the default server 8.8.8.8?

Thanks,
Elias.
_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss

Reply via email to