[bind] DNS en écoute sur l'IPv6

Ignore-this: b318fbda861011f8271284ffc274e68c

darcs-hash:20110507190741-ffbb2-0f3bb4ce10c67a550c29b235a3d2192abea870da.gz
This commit is contained in:
Nicolas Dandrimont 2011-05-07 21:07:41 +02:00
parent 0d9e3476a4
commit c63a932ea5

View file

@ -12,8 +12,16 @@ comment("Listes d'accès")
if has("vlan-radin"):
@acl "radins" { 10.42.0.0/16; };
@acl "accueil" { 10.51.0.0/16; };
@acl "crans" { 138.231.136.0/21; 138.231.144.0/21; };
@acl "cransadm" { 10.231.136.0/24; };
@acl "crans" {
@ 138.231.136.0/21;
@ 138.231.144.0/21;
@ 2a01:240:fe3d:4::/64;
@ 2a01:240:fe3d:f7::/64;
@};
@acl "cransadm" {
@ 10.231.136.0/24;
@ 2a01:240:fe3d:c804::/64;
@};
@options {
@ -35,6 +43,9 @@ if has("dns-primary"):
@ };
@ auth-nxdomain no; # conform to RFC1035
@
@ listen-on { any; };
@ listen-on-v6 { any; };
@
if not has("dns-secondary-no-forward"):
@ // Ne pas modifier le commentaire de fin de ligne suivant,