// This is the primary configuration file for the BIND DNS server named. // // Please read /usr/share/doc/bind9/README.Debian.gz for information on the // structure of BIND configuration files in Debian, *BEFORE* you customize // this configuration file. // // If you are just adding zones, please do that in /etc/bind/named.conf.local include "/etc/bind/named.conf.options"; include "/etc/bind/named.conf.local"; include "/etc/bind/named.conf.default-zones"; zone "miranet.ru" { type master; file "miranet.ru"; }; zone "oaoyuz.ru" { type master; file "oaoyuz.ru"; }; zone "dmitriy-x.ru" { type master; file "dmitriy-x.ru"; }; zone "vintagecamera.ru" { type master; file "vintagecamera.ru"; };