tpl-bind9/named.conf.alias

27 lines
491 B
Plaintext

//
// Fichier de déclaration des différents alias utilisés par le
// serveur DNS pour facilité son administration
//
///////////////////////////////
// DECLARATION DES RESEAUX //
///////////////////////////////
acl reseaux_ipv4_interne {
127.0.0.1;
};
acl reseaux_ipv6_interne {
::1;
};
///////////////////////////////////////////
// DECLARATION DES SERVEURS DNS SLAVES //
///////////////////////////////////////////
acl serveur_dns_slave {
};
masters serveur_dns_slave {
};