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 c0cfa28..be1f7df 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -35,6 +35,9 @@ zone "jones.dk" { zone "kassandra-production.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/kassandra-production.dk"; }; // Annika Lewis (owner=Spiff) +zone "langdalgaard.dk" { + type master; allow-transfer { none; }; + file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; zone "majasguf.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www+source"; }; // Jones diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 68201f1..204a29a 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -33,6 +33,9 @@ zone "jones.dk" { zone "kassandra-production.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/kassandra-production.dk"; }; // Annika Lewis (owner=Spiff) +zone "langdalgaard.dk" { + type master; allow-transfer { jones_peers; }; + file "/etc/local-JONES.DK/bind/pri/JONES-www"; }; zone "majasguf.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/JONES-www+source"; }; // Jones |