diff options
author | Jonas Smedegaard <dr@jones.dk> | 2022-10-27 10:27:06 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2022-10-27 10:27:06 +0200 |
commit | 3dbc1d06e4ed607e0ce415edc3cd07e99e3e6eee (patch) | |
tree | eba0fa5fc0f7aa652e5b2f905a1963e26a5a5e26 | |
parent | d4b1d3669597f0160634aacd20202985859c21c1 (diff) |
add domain peduncle.world; bump serial for JONES-www
-rw-r--r-- | bind/named.conf.fake-222 | 3 | ||||
-rw-r--r-- | bind/named.conf.pri | 3 | ||||
-rw-r--r-- | bind/pri/JONES-www | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index 03350b2..4b8ad27 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -68,6 +68,9 @@ zone "oroe.dk" { zone "oroefaellesjord.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/TEENY"; }; // Orø Fællesjord +zone "peduncle.world" { + type master; allow-transfer { none; }; + file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Bernelle Verster zone "public-e.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/public-e.dk"; }; // Sara Gebran diff --git a/bind/named.conf.pri b/bind/named.conf.pri index cdf2cdb..66f44fe 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -66,6 +66,9 @@ zone "oroe.dk" { zone "oroefaellesjord.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/TEENY"; }; // Orø Fællesjord +zone "peduncle.world" { + type master; allow-transfer { jones_peers; }; + file "/etc/local-JONES.DK/bind/pri/JONES-www"; }; // Bernelle Verster zone "public-e.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/public-e.dk"; }; // Sara Gebran diff --git a/bind/pri/JONES-www b/bind/pri/JONES-www index 3017f1e..354f855 100644 --- a/bind/pri/JONES-www +++ b/bind/pri/JONES-www @@ -1,6 +1,6 @@ $TTL 1h @ SOA dns.jones.dk. dr.jones.dk. ( - 2021112701 + 2022102701 4h 1h 1w 1h ) $INCLUDE /etc/local-JONES.DK/bind/skel/NS |