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
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
2 matches
Mail list logo