// 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 logging { channel default_syslog { file "/var/log/named/masters.log"; // size 20M; print-time yes; #syslog daemon; // send to syslog's daemon // facility //severity info; // only send priority info // and higher }; category default { default_syslog; default_debug; }; category unmatched { null; }; }; zone "domain.ru" { type master; file "/var/named/domain.ru"; allow-transfer { 141.101.245.190; } ; };