Difference between revisions of "/etc/bind/named.conf"

From wikieduonline
Jump to navigation Jump to search
 
Line 10: Line 10:
 
  // If you are just adding zones, please do that in /etc/bind/named.conf.local
 
  // 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.options]]";
  include "/etc/bind/named.conf.local";
+
  include "[[/etc/bind/named.conf.local]]";
  include "/etc/bind/named.conf.default-zones";
+
  include "[[/etc/bind/named.conf.default-zones]]";
  
  

Latest revision as of 07:05, 21 February 2021


cat /etc/bind/named.conf
// 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";


See also[edit]

Advertising: