diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-05-09 14:00:01 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-05-09 14:00:01 +0000 |
commit | d1b7755da3b9dbad9513c88f1e2f9c7ead4b01de (patch) | |
tree | 20f62c9f7643533b0935bf572758d0cc6a1f877a | |
parent | 90cf21b244cc696c1ec501a8dd9ce4f24cadd246 (diff) |
ns.107b.dk is not yet ready to be mrimary ns (requires changes to firewall).
-rw-r--r-- | bind/named.conf.local | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local index 998dc67..c44f02b 100644 --- a/bind/named.conf.local +++ b/bind/named.conf.local @@ -2,4 +2,6 @@ include "/etc/local-COMMON/bind/named_BITBASE_acl.conf"; include "/etc/local-COMMON/bind/named_BITBASE_pri.conf"; include "/etc/local-COMMON/bind/named_HOMEBASE_sec.conf"; include "/etc/local-COMMON/bind/named_IDA_sec.conf"; -include "/etc/local-COMMON/bind/named_LAB_sec.conf"; +// include "/etc/local-COMMON/bind/named_LAB_sec.conf"; +include "/etc/local-COMMON/bind/named_LAB_acl.conf"; +include "/etc/local-COMMON/bind/named_LAB_pri.conf"; |