diff options
-rw-r--r-- | bind/named.conf-morla | 1 | ||||
-rw-r--r-- | bind/named.conf.local | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/bind/named.conf-morla b/bind/named.conf-morla index c5e8b01..b3327bb 100644 --- a/bind/named.conf-morla +++ b/bind/named.conf-morla @@ -3,6 +3,5 @@ include "/etc/local-JONES.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.OROE.DK"; include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN"; diff --git a/bind/named.conf.local b/bind/named.conf.local index a745d1c..ac78a12 100644 --- a/bind/named.conf.local +++ b/bind/named.conf.local @@ -6,7 +6,6 @@ view "internal" { 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.OROE.DK"; include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN"; include "/etc/bind/named.conf.default-zones"; @@ -21,7 +20,6 @@ view "external" { include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK.internal"; include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK.internal"; - include "/etc/local-REDPILL.DK/bind/named.conf.OROE.DK.internal"; include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN.internal"; include "/etc/bind/named.conf.default-zones"; |