diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-10-19 14:04:15 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-10-19 14:04:15 +0200 |
| commit | f6b2f3e27d50e93ca6f12c4187b23d88ef204058 (patch) | |
| tree | 8893f411af51ba95f3aa3c5c934519fd6432f0bb /bind | |
| parent | d58d94b6831daf9cbc65553bcaa68a8c518126ff (diff) | |
add domain genskabet.dk
Diffstat (limited to 'bind')
| -rw-r--r-- | bind/named.conf.JONES.DK | 1 | ||||
| -rw-r--r-- | bind/named.conf.JONES.DK.internal | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bind/named.conf.JONES.DK b/bind/named.conf.JONES.DK index d77c06f..f74a0b6 100644 --- a/bind/named.conf.JONES.DK +++ b/bind/named.conf.JONES.DK @@ -10,6 +10,7 @@ zone "couchdesign.dk" { type slave; file "db.couchdesign.dk"; masters { 87.104 zone "electrohype.dk" { type slave; file "db.electrohype.dk"; masters { 87.104.249.100; }; }; zone "feliciaweb.dk" { type slave; file "db.feliciaweb.dk"; masters { 87.104.249.100; }; }; zone "friis-holm.dk" { type slave; file "db.friis-holm.dk"; masters { 87.104.249.100; }; }; +zone "genskabet.dk" { type slave; file "db.genskabet.dk"; masters { 87.104.249.100; }; }; zone "homebase.dk" { type slave; file "db.homebase.dk"; masters { 87.104.249.100; }; }; zone "jones.dk" { type slave; file "db.jones.dk"; masters { 87.104.249.100; }; }; zone "kassandra-production.dk" { type slave; file "db.kassandra-production.dk"; masters { 87.104.249.100; }; }; diff --git a/bind/named.conf.JONES.DK.internal b/bind/named.conf.JONES.DK.internal index 6ab66cd..7129f3a 100644 --- a/bind/named.conf.JONES.DK.internal +++ b/bind/named.conf.JONES.DK.internal @@ -10,6 +10,7 @@ zone couchdesign.dk { in-view internal; }; zone electrohype.dk { in-view internal; }; zone feliciaweb.dk { in-view internal; }; zone friis-holm.dk { in-view internal; }; +zone genskabet.dk { in-view internal; }; zone homebase.dk { in-view internal; }; zone jones.dk { in-view internal; }; zone kassandra-production.dk { in-view internal; }; |
