[bind] DNS en écoute sur l'IPv6
Ignore-this: b318fbda861011f8271284ffc274e68c darcs-hash:20110507190741-ffbb2-0f3bb4ce10c67a550c29b235a3d2192abea870da.gz
This commit is contained in:
parent
0d9e3476a4
commit
c63a932ea5
1 changed files with 13 additions and 2 deletions
|
@ -12,8 +12,16 @@ comment("Listes d'accès")
|
||||||
if has("vlan-radin"):
|
if has("vlan-radin"):
|
||||||
@acl "radins" { 10.42.0.0/16; };
|
@acl "radins" { 10.42.0.0/16; };
|
||||||
@acl "accueil" { 10.51.0.0/16; };
|
@acl "accueil" { 10.51.0.0/16; };
|
||||||
@acl "crans" { 138.231.136.0/21; 138.231.144.0/21; };
|
@acl "crans" {
|
||||||
@acl "cransadm" { 10.231.136.0/24; };
|
@ 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 {
|
@options {
|
||||||
|
@ -35,6 +43,9 @@ if has("dns-primary"):
|
||||||
@ };
|
@ };
|
||||||
@ auth-nxdomain no; # conform to RFC1035
|
@ auth-nxdomain no; # conform to RFC1035
|
||||||
@
|
@
|
||||||
|
@ listen-on { any; };
|
||||||
|
@ listen-on-v6 { any; };
|
||||||
|
@
|
||||||
|
|
||||||
if not has("dns-secondary-no-forward"):
|
if not has("dns-secondary-no-forward"):
|
||||||
@ // Ne pas modifier le commentaire de fin de ligne suivant,
|
@ // Ne pas modifier le commentaire de fin de ligne suivant,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue