diff options
author | Jonas Smedegaard <dr@jones.dk> | 2023-04-03 12:00:40 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2023-04-03 12:00:40 +0200 |
commit | 40e2b0a109f9bb5987d0077364122b4747b2873d (patch) | |
tree | 95e513d6cc5001a98072a85b90abf7dd1bc1fbc3 | |
parent | 7c1b83c839c6072a4f5daf9758d04bd84346cfb0 (diff) |
drop JONES.DK domain bygden.dk
-rw-r--r-- | bind/named.conf.fake-222 | 3 | ||||
-rw-r--r-- | bind/named.conf.pri | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index e3f3f87..905eddd 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -25,9 +25,6 @@ zone "birgitmaanestraale.dk" { zone "bluepill.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www-nomail"; }; // Jones -zone "bygden.dk" { - type master; allow-transfer { none; }; - file "/etc/local-JONES.DK/bind/fake-222/JONES-nomail"; }; // Jones zone "byvandring.nu" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Paul Hartvigson diff --git a/bind/named.conf.pri b/bind/named.conf.pri index b831c2f..f4e2332 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -23,9 +23,6 @@ zone "birgitmaanestraale.dk" { zone "bluepill.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www-nomail"; }; // Jones -zone "bygden.dk" { - type master; allow-transfer { jones_peers; }; - file "/etc/local-JONES.DK/bind/pri/JONES-nomail"; }; // Jones zone "byvandring.nu" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www"; }; // Paul Hartvigson |