Projet

Général

Profil

named.conf

configuration de bind9 - Benjamin Bohard, 14/12/2018 12:13

Télécharger (555 octets)

 
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";
11
%if %%getVar('ad_ro_dc', 'non') == 'non'
12
include "/var/lib/samba/bind-dns/named.conf";
13
%end if