named.conf 464 B

123456789101112
  1. // This is the primary configuration file for the BIND DNS server named.
  2. //
  3. // Please read /usr/share/doc/bind9/README.Debian.gz for information on the
  4. // structure of BIND configuration files in Debian, *BEFORE* you customize
  5. // this configuration file.
  6. //
  7. // If you are just adding zones, please do that in /etc/bind/named.conf.local
  8. include "/etc/bind/named.conf.options";
  9. include "/etc/bind/named.conf.local";
  10. include "/etc/bind/named.conf.default-zones";