diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-04-26 16:49:06 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-04-26 16:49:06 +0200 |
commit | d6d57d35610fb83cf1897b921ece1941b0334524 (patch) | |
tree | fc9c06c116e849702dfe91eefae65da37f16847c | |
parent | bc500ed74a5616f457e531e71973bc970b0429ce (diff) |
Move domain public-e.dk to JONES.DK from BITBASE.DK.
-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 5f4d39f..a850e58 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -28,6 +28,9 @@ zone "kassandra-production.dk" { zone "majasguf.dk" { type master; allow-transfer { none; }; file "/usr/local/etc-JONES.DK/bind/fake-222/JONES"; }; // Jones +zone "public-e.dk" { + type master; allow-transfer { none; }; + file "/usr/local/etc-JONES.DK/bind/fake-222/JONES"; }; // Sara Gebran zone "skovhaver.dk" { type master; allow-transfer { none; }; file "/usr/local/etc-JONES.DK/bind/fake-222/JONES"; }; // Jones diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 2c1e17f..daf1ed6 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -26,6 +26,9 @@ zone "kassandra-production.dk" { zone "majasguf.dk" { type master; allow-transfer { jones_peers; }; file "/usr/local/etc-JONES.DK/bind/pri/JONES"; }; // Jones +zone "public-e.dk" { + type master; allow-transfer { jones_peers; }; + file "/usr/local/etc-JONES.DK/bind/pri/JONES"; }; // Sara Gebran zone "skovhaver.dk" { type master; allow-transfer { jones_peers; }; file "/usr/local/etc-JONES.DK/bind/pri/JONES"; }; // Siri |