diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-07-09 08:21:47 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-07-09 08:21:47 +0200 |
commit | 20138c90881f665f2419bc3bb7f5755479c20f7b (patch) | |
tree | 72b323f5075997e80b3f6dec8ecd0b388ada664c | |
parent | 408e54f5e407bb236a321aa326a41fd5e59881de (diff) |
add realm FSUB.DE
-rw-r--r-- | amavis/nonlocal_domains | 1 | ||||
-rw-r--r-- | bind/named.conf-morla | 1 | ||||
-rw-r--r-- | bind/named.conf.local | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/amavis/nonlocal_domains b/amavis/nonlocal_domains index 69c0c98..cb0e53b 100644 --- a/amavis/nonlocal_domains +++ b/amavis/nonlocal_domains @@ -1,3 +1,4 @@ +fsub.de homebase.dk kaospilot.dk kaospilot.no diff --git a/bind/named.conf-morla b/bind/named.conf-morla index 4ee34c7..0451ab7 100644 --- a/bind/named.conf-morla +++ b/bind/named.conf-morla @@ -1,6 +1,7 @@ include "/etc/local-JONES.DK/bind/named.conf.acl"; include "/etc/local-JONES.DK/bind/named.conf.pri"; +include "/etc/local-REDPILL.DK/bind/named.conf.FSUB.DE"; include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK"; include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN"; diff --git a/bind/named.conf.local b/bind/named.conf.local index 8e14ac4..e5b9193 100644 --- a/bind/named.conf.local +++ b/bind/named.conf.local @@ -4,6 +4,7 @@ view "internal" { include "/etc/local-JONES.DK/bind/named.conf.fake-222"; + include "/etc/local-REDPILL.DK/bind/named.conf.FSUB.DE"; include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK"; include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN"; @@ -17,6 +18,7 @@ view "external" { include "/etc/local-JONES.DK/bind/named.conf.pri"; + include "/etc/local-REDPILL.DK/bind/named.conf.FSUB.DE.internal"; include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK.internal"; include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN.internal"; |