diff options
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.fake-222 | 3 | ||||
-rw-r--r-- | bind/named.conf.pri | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index 487e978..ff37737 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -47,6 +47,9 @@ zone "scharffenberger.dk" { zone "skovhaver.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www+source"; }; // Jones +zone "stadsvandring.dk" { + type master; allow-transfer { nones; }; + file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Paul Hartvigson zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES"; }; // Jones diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 3d66f54..065422b 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -45,6 +45,9 @@ zone "scharffenberger.dk" { zone "skovhaver.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www+source"; }; // Siri +zone "stadsvandring.dk" { + type master; allow-transfer { jones_peers; }; + file "/etc/local-JONES.DK/bind/pri/JONES-www"; }; // Paul Hartvigson zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES"; }; // Jones |