diff options
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.fake | 1 | ||||
-rw-r--r-- | bind/named.conf.pri | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/bind/named.conf.fake b/bind/named.conf.fake index 3b433b0..e35837c 100644 --- a/bind/named.conf.fake +++ b/bind/named.conf.fake @@ -18,7 +18,6 @@ zone "knudemand.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONE zone "knudemanden.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES"; allow-transfer { none; }; }; // Jacob Gorm zone "macronald.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES"; allow-transfer { none; }; }; // MacRonald zone "nilsstaerk.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES"; allow-transfer { none; }; }; // Nils Stærk -zone "nobullshit.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES-nomail"; allow-transfer { none; }; }; // Kent Dahl zone "peronard.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES"; allow-transfer { none; }; }; // Michael L.P. zone "public-e.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES"; allow-transfer { none; }; }; // Sara Gebran zone "redpill.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/JONES"; allow-transfer { none; }; }; // Spiff diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 40a7792..8af3316 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -18,7 +18,6 @@ zone "knudemand.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES"; zone "knudemanden.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES"; allow-transfer { jones_slaves; }; }; // Jacob Gorm zone "macronald.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES"; allow-transfer { jones_slaves; }; }; // MacRonald zone "nilsstaerk.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES"; allow-transfer { jones_slaves; }; }; // Nils Stærk -zone "nobullshit.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES-nomail"; allow-transfer { jones_slaves; }; }; // Kent Dahl zone "peronard.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES"; allow-transfer { jones_slaves; }; }; // Michael L.P. zone "public-e.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES"; allow-transfer { jones_slaves; }; }; // Sara Gebran zone "redpill.dk" { type master; file "/etc/local-COMMON/bind/JONES/JONES"; allow-transfer { jones_slaves; }; }; // Spiff |