diff options
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.local | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local index 29c04db..dafce1b 100644 --- a/bind/named.conf.local +++ b/bind/named.conf.local @@ -1,10 +1,13 @@ include "/etc/local-JONES.DK/bind/named.conf.acl"; +include "/etc/local-RANDERSLILLESKOLE.DK/bind/named.conf.acl"; view "internal" { match-clients { localnets; 192.168.0.0/16; }; include "/etc/local-COMMON/bind/named_BASE.conf"; include "/etc/local-JONES.DK/bind/named.conf.pri"; + include "/etc/local-RANDERSLILLESKOLE.DK/bind/named.conf.pri"; + include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK"; include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK"; include "/etc/local-REDPILL.DK/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK"; @@ -22,6 +25,8 @@ view "external" { include "/etc/local-COMMON/bind/named_BASE.conf"; include "/etc/local-JONES.DK/bind/named.conf.pri"; + include "/etc/local-RANDERSLILLESKOLE.DK/bind/named.conf.pri"; + include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK"; include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK"; include "/etc/local-REDPILL.DK/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK"; |