bind/named.conf.local

17 lines
378 B
Plaintext

//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
zone "tilde.best" {
type master;
file "/etc/bind/db.tilde.best";
allow-transfer { 85.119.82.111; };
key-directory "/etc/bind/keys";
auto-dnssec maintain;
inline-signing yes;
};