diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-12-21 16:27:59 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-12-21 16:28:58 +0100 |
commit | c2f2010c9dec7bd3370d3d83ce126f20c7113eae (patch) | |
tree | f3ad28d6f7e8a5549785aabaf73525c70784f799 | |
parent | fed0d94b61fabd00768674f4e8b84e38731d0ae0 (diff) |
Fix make OROE.DK filenames unique.
-rw-r--r-- | bind/named.conf.OROE.DK | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bind/named.conf.OROE.DK b/bind/named.conf.OROE.DK index ff47018..fcba738 100644 --- a/bind/named.conf.OROE.DK +++ b/bind/named.conf.OROE.DK @@ -1,4 +1,4 @@ -zone "livetpaaoroe.dk" { type slave; file "db.oroe.dk"; masters { 80.68.88.141; }; }; +zone "livetpaaoroe.dk" { type slave; file "db.livetpaaoroe.dk"; masters { 80.68.88.141; }; }; zone "oroe.dk" { type slave; file "db.oroe.dk"; masters { 80.68.88.141; }; }; -zone "xn--or-mka.dk" { type slave; file "db.oroe.dk"; masters { 80.68.88.141; }; }; -zone "xn--livetpor-f0a6q.dk" { type slave; file "db.oroe.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--livetpor-f0a6q.dk" { type slave; file "db.xn--livetpor-f0a6q.dk"; masters { 80.68.88.141; }; }; |