// named.conf file for tinc .tld effort options { directory "/var/named"; recursion no; // These two prevent building up a cache, fetch-glue no; // but also prevent this server from being // listed in anyone's /etc/resolv.conf or // as a forwarder. fake-iquery no; // fix until bind 8.1.2 is released }; // Secondary for the root zone zone "." { type slave; file "secondary/root"; masters{ 208.128.113.35; 199.183.24.240; 195.35.45.194; 207.112.147.14; 145.89.234.3; }; }; // loopback net zone "0.0.127.IN-ADDR.ARPA" { type master; file "primary/127.0.0"; };