www.linuxmaterial.deDNS

# Sample configuration for BIND9

options {
directory "/var/named";
forwarders { 194.25.2.129;217.237.159.1;10.0.0.1; };
listen-on-v6 { any; };
notify no;
};

zone "localhost" in {
type master;
file "localhost.zone";
};

zone "0.0.127.in-addr.arpa" in {
type master;
file "127.0.0.zone";
};


zone "." in {
type hint;
file "root.hint";
};