diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-05-28 01:02:40 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-05-28 01:02:40 +0200 |
commit | 22dec2af3badb979e6f57bd40c18f97811ab961a (patch) | |
tree | d9893263940e45423b6cb8537af7e95e0ab5c1f4 /bind | |
parent | 16da45028870b6ced9b3cde09ba868bdc4c3b67a (diff) |
add domains oroefaellesjord.dk orøfællesjord.dk (xn--orfllesjord-c9a6u.dk)
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.JONES.DK | 2 | ||||
-rw-r--r-- | bind/named.conf.JONES.DK.internal | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bind/named.conf.JONES.DK b/bind/named.conf.JONES.DK index b16ad26..344bca6 100644 --- a/bind/named.conf.JONES.DK +++ b/bind/named.conf.JONES.DK @@ -16,6 +16,7 @@ zone "livetpaaoroe.dk" { type slave; file "db.livetpaaoroe.dk"; zone "majasguf.dk" { type slave; file "db.majasguf.dk"; masters { 188.183.5.254; }; }; zone "omni-presence.dk" { type slave; file "db.omni-presence.dk"; masters { 188.183.5.254; }; }; zone "oroe.dk" { type slave; file "db.oroe.dk"; masters { 80.68.88.141; }; }; +zone "oroefaellesjord.dk" { type slave; file "db.oroefaellesjord.dk"; masters { 80.68.88.141; }; }; zone "public-e.dk" { type slave; file "db.public-e.dk"; masters { 188.183.5.254; }; }; zone "redpill.dk" { type slave; file "db.redpill.dk"; masters { 188.183.5.254; }; }; zone "ressourceoptimering.dk" { type slave; file "db.ressourceoptimering.dk"; masters { 188.183.5.254; }; }; @@ -27,4 +28,5 @@ zone "superserver.org" { type slave; file "db.superserver.org"; masters { 188. zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { type slave; file "db.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk"; masters { 188.183.5.254; }; }; zone "xn--livetpor-f0a6q.dk" { type slave; file "db.xn--livetpor-f0a6q.dk"; masters { 80.68.88.141; }; }; zone "xn--or-mka.dk" { type slave; file "db.xn--or-mka.dk"; masters { 80.68.88.141; }; }; +zone "xn--orfllesjord-c9a6u.dk" { type slave; file "db.xn--orfllesjord-c9a6u.dk"; masters { 80.68.88.141; }; }; zone "xpositionreverse.org" { type slave; file "db.xpositionreverse.org"; masters { 188.183.5.254; }; }; diff --git a/bind/named.conf.JONES.DK.internal b/bind/named.conf.JONES.DK.internal index dbfba11..63d1c38 100644 --- a/bind/named.conf.JONES.DK.internal +++ b/bind/named.conf.JONES.DK.internal @@ -16,6 +16,7 @@ zone livetpaaoroe.dk { in-view internal; }; zone majasguf.dk { in-view internal; }; zone omnipresence.dk { in-view internal; }; zone oroe.dk { in-view internal; }; +zone oroefaellesjord.dk { in-view internal; }; zone public-e.dk { in-view internal; }; zone redpill.dk { in-view internal; }; zone ressourceoptimering.dk { in-view internal; }; @@ -26,4 +27,5 @@ zone superserver.dk { in-view internal; }; zone xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk { in-view internal; }; zone xn--livetpor-f0a6q.dk { in-view internal; }; zone xn--or-mka.dk { in-view internal; }; +zone xn--orfllesjord-c9a6u.dk { in-view internal; }; zone xpositionreverse.org { in-view internal; }; |