summaryrefslogtreecommitdiff
path: root/bind
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-06-19 15:16:53 +0200
committerJonas Smedegaard <dr@jones.dk>2017-06-19 15:16:53 +0200
commitcab4dcfcfb5956675cb0bdae47efe23fa248e064 (patch)
tree52435ecc4eafd633c3215d4336f2c5138a9ab756 /bind
parent6543a74debf4bb9229fa7c7f29a63c15ecf5d064 (diff)
Add JONES.DK maildomain byvandring.nu.
Diffstat (limited to 'bind')
-rw-r--r--bind/named.conf.fake-2223
-rw-r--r--bind/named.conf.pri3
2 files changed, 6 insertions, 0 deletions
diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222
index 91b7d03..c0cfa28 100644
--- a/bind/named.conf.fake-222
+++ b/bind/named.conf.fake-222
@@ -13,6 +13,9 @@ zone "anniqa.dk" {
zone "bassballs.dk" {
type master; allow-transfer { none; };
file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Anders Krøyer
+zone "byvandring.nu" {
+ type master; allow-transfer { none; };
+ file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Paul Hartvigson
zone "cityseeing.dk" {
type master; allow-transfer { none; };
file "/etc/local-JONES.DK/bind/fake-222/JONES-www-nomail"; }; // Paul Hartvigson
diff --git a/bind/named.conf.pri b/bind/named.conf.pri
index 4ee9c1c..68201f1 100644
--- a/bind/named.conf.pri
+++ b/bind/named.conf.pri
@@ -11,6 +11,9 @@ zone "anniqa.dk" {
zone "bassballs.dk" {
type master; allow-transfer { jones_peers; };
file "/etc/local-JONES.DK/bind/pri/JONES-www"; }; // Anders Krøyer
+zone "byvandring.nu" {
+ type master; allow-transfer { jones_peers; };
+ file "/etc/local-JONES.DK/bind/pri/JONES-www"; }; // Paul Hartvigson
zone "cityseeing.dk" {
type master; allow-transfer { jones_peers; };
file "/etc/local-JONES.DK/bind/pri/JONES-www-nomail"; }; // Paul Hartvigson