diff options
-rw-r--r-- | bind/named.conf.local | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local index ac68ea6..d18314c 100644 --- a/bind/named.conf.local +++ b/bind/named.conf.local @@ -4,15 +4,16 @@ view "internal" { match-clients { localnets; 192.168.0.0/16; }; 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_JONES_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_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"; + include "/etc/local-COMMON/bind/named_MSG_fake.conf"; + }; view "external" { |