diff options
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.local | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local index 4e10229..ac68ea6 100644 --- a/bind/named.conf.local +++ b/bind/named.conf.local @@ -1,10 +1,4 @@ -include "/etc/local-COMMON/bind/named_IDA_acl.conf"; -include "/etc/local-COMMON/bind/named_BITBASE_acl.conf"; include "/etc/local-COMMON/bind/named_JONES_acl.conf"; -include "/etc/local-COMMON/bind/named_HOMEBASE_acl.conf"; -include "/etc/local-COMMON/bind/named_LAB_acl.conf"; -include "/etc/local-COMMON/bind/named_DGIH_acl.conf"; -include "/etc/local-COMMON/bind/named_CONDUCT_acl.conf"; view "internal" { match-clients { localnets; 192.168.0.0/16; }; @@ -12,13 +6,12 @@ view "internal" { include "/etc/local-COMMON/bind/named_BASE.conf"; include "/etc/local-COMMON/bind/named_JONES_fake.conf"; include "/etc/local-COMMON/bind/named_MSG_fake.conf"; - include "/etc/local-COMMON/bind/named_BITBASE_pri.conf"; - include "/etc/local-COMMON/bind/named_HOMEBASE_pri.conf"; -# include "/etc/local-COMMON/bind/named_IDA_pri.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_IDAjones_fake.conf"; - include "/etc/local-COMMON/bind/named_LAB_pri.conf"; - include "/etc/local-COMMON/bind/named_DGIH_pri.conf"; - include "/etc/local-COMMON/bind/named_CONDUCT_pri.conf"; + include "/etc/local-COMMON/bind/named_LAB_sec.conf"; + include "/etc/local-COMMON/bind/named_DGIH_sec.conf"; + include "/etc/local-COMMON/bind/named_CONDUCT_sec.conf"; }; @@ -28,12 +21,11 @@ view "external" { include "/etc/local-COMMON/bind/named_BASE.conf"; include "/etc/local-COMMON/bind/named_JONES_pri.conf"; - include "/etc/local-COMMON/bind/named_BITBASE_pri.conf"; - include "/etc/local-COMMON/bind/named_HOMEBASE_pri.conf"; -# include "/etc/local-COMMON/bind/named_IDA_pri.conf"; - include "/etc/local-COMMON/bind/named_IDA_pri.conf"; - include "/etc/local-COMMON/bind/named_LAB_pri.conf"; - include "/etc/local-COMMON/bind/named_DGIH_pri.conf"; - include "/etc/local-COMMON/bind/named_CONDUCT_pri.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_LAB_sec.conf"; + include "/etc/local-COMMON/bind/named_DGIH_sec.conf"; + include "/etc/local-COMMON/bind/named_CONDUCT_sec.conf"; }; |