diff options
-rw-r--r-- | bind/named.conf.pri | 2 | ||||
-rw-r--r-- | bind/pri/SHARED-nomail | 13 |
2 files changed, 1 insertions, 14 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 531e544..39f5849 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -52,7 +52,7 @@ zone "peronard.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; zone "pippip.dk" { type master; file "/etc/local-COMMON/bind/TRANSITION/JONES-nomail"; allow-transfer { bb_slaves; }; }; zone "public-e.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { bb_slaves; }; }; // Sara Gebran zone "redpill.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { bb_slaves; }; }; // Spiff -zone "relate.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/SHARED-nomail"; allow-transfer { bb_slaves; }; }; // SHARED.Dk +zone "relate.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // SHARED.Dk zone "resolution.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // LAB zone "rgg.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // RGG (Conduct) zone "rumskibspedellerne.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Klubien diff --git a/bind/pri/SHARED-nomail b/bind/pri/SHARED-nomail deleted file mode 100644 index b2899b3..0000000 --- a/bind/pri/SHARED-nomail +++ /dev/null @@ -1,13 +0,0 @@ -$TTL 3600 -@ IN SOA ns.bitbase.dk. teknik.bitbase.dk. ( - 2002121801 ; serial - 3600 ; refresh - 1800 ; retry - 604800 ; expire - 3600 ) ; Negative Cache TTL -; -@ IN NS ns.xenux.dk. -@ IN NS ns.bitbase.dk. -; -@ IN A 195.192.127.200 -* IN A 195.192.127.200 |