block all AAAA queries for specific domain?

Simon Deziel simon+unbound at sdeziel.info
Thu Sep 20 14:48:39 UTC 2018


On 2018-09-20 10:00 AM, Rick van der Zwet via Unbound-users wrote:
> # cat /usr/local/etc/dnsdist.conf
> -- Disallow Netflix AAAA queries
> addAction(AndRule({RegexRule("netflix.com$"), QTypeRule(dnsdist.AAAA)}),

Small note, the "." probably needs escaping: RegexRule("netflix\.com$")

Simon



More information about the Unbound-users mailing list