diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-10-19 14:00:29 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-10-19 14:01:48 +0200 |
| commit | 4ee5663694af5c27afd567d24981ae9d13a40402 (patch) | |
| tree | ad8a3102f92f35bc51f3eddc885202a2c9e9cfb0 /bind | |
| parent | 5e22660db00e083615c9824a547eb6118a0bb316 (diff) | |
add domain genskabet.dk
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 47f65a9..dc5ecbe 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -43,6 +43,9 @@ zone "feliciaweb.dk" { zone "friis-holm.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/friis-holm.dk"; }; // Mikkel Friis-Holm +zone "genskabet.dk" { + type master; allow-transfer { none; }; + file "/etc/local-JONES.DK/bind/fake-222/TEENY-nomail"; }; // Siri Reiter zone "homebase.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/OFF"; }; // Jones diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 58bf219..ffdf4c4 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -41,6 +41,9 @@ zone "feliciaweb.dk" { zone "friis-holm.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/friis-holm.dk"; }; // Mikkel Friis-Holm +zone "genskabet.dk" { + type master; allow-transfer { jones_peers; }; + file "/etc/local-JONES.DK/bind/pri/TEENY-nomail"; }; // Siri Reiter zone "homebase.dk" { type master; allow-transfer { jones_peers; }; file "/etc/local-JONES.DK/bind/pri/OFF"; }; // Jones |
