Re: [dnsdist] drop reverse lookups

2018-08-03 Thread Remi Gacogne
On 08/03/2018 05:26 PM, Jonathan Reed wrote: > Thanks, and what about for entire CIDR blocks? Is there a shorthand for > entire *.10.in-addr space? > >> addAction("10.0.0.0/8 ", DropAction()) >> showRules() > #     Matches Rule                                               Actio

Re: [dnsdist] drop reverse lookups

2018-08-03 Thread Jonathan Reed
Thanks, and what about for entire CIDR blocks? Is there a shorthand for entire *.10.in-addr space? > addAction("10.0.0.0/8", DropAction()) > showRules() # Matches Rule Action 0 0 Src: 10.0.0.0/8drop He

Re: [dnsdist] drop reverse lookups

2018-08-03 Thread Remi Gacogne
Hi Jonathan, On 08/02/2018 11:09 PM, Jonathan Reed wrote: > The docs say to drop lookups for domains like this > > addAction('example.com', DropAction()) > > > Is this also the best way to drop reverse lookups? > > addAction('1.1.10.in-addr.arpa', DropAction()) Yes, that's probably th