Re: pns nxdomain equivelent

2011-11-24 Thread matei marius
I am giving you more details with the hope that maybe someone will give me a hint. In named.conf  (bind 9.9b2) I have: # for NXDOMAIN Redirection zone "." {    type redirect;    file "/etc/bind/zones/redirect.db"; }; redirect.db file contains: $TTL 300 @ IN SOA ns.example.net host

pns exdomain equivelent

2011-11-21 Thread matei marius
Hello, For the moment, I am using nxdomain from pdns (). There are some well defined excludes from some domains based on prefix, sufix and full matches in redirect.lua folder. I want to replace pdns with bind 9.9. I managed to make excludes only for suffixes of the domains like *.domain.tld