diff options
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.local | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local index b85ea65..cb85bf5 100644 --- a/bind/named.conf.local +++ b/bind/named.conf.local @@ -1,6 +1,7 @@ // include "/etc/local-COMMON/bind/named_NETx.LOCAL_fake.conf"; include "/etc/local-COMMON/bind/named_BITBASE_sec.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_IDA_sec.conf"; +include "/etc/local-COMMON/bind/named_IDA_pri.conf"; include "/etc/local-COMMON/bind/named_LAB_sec.conf"; include "/etc/local-COMMON/bind/named_CONDUCT_sec.conf"; |