From c2f2010c9dec7bd3370d3d83ce126f20c7113eae Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 21 Dec 2016 16:27:59 +0100 Subject: Fix make OROE.DK filenames unique. --- bind/named.conf.OROE.DK | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bind') 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; }; }; -- cgit v1.2.3