From ec17db4e09ef459a9bba3d8d523607a979429ec7 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 22 Jul 2013 13:54:21 +0200 Subject: Initial setup. --- bind/named.conf.pri | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bind/named.conf.pri (limited to 'bind/named.conf.pri') diff --git a/bind/named.conf.pri b/bind/named.conf.pri new file mode 100644 index 0000000..594a367 --- /dev/null +++ b/bind/named.conf.pri @@ -0,0 +1,15 @@ +// private + +// dk pending + +// int. pending + +// dk dns.jones.dk +zone "oroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { OROE_slaves; }; }; // OROE +zone "xn--or-mka.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { OROE_slaves; }; }; + +// int. dns.OROE.dk + +// dk suspended dns.OROE.dk + +// to-be-dropped dns.OROE.dk -- cgit v1.2.3 From ed71172614c33bfa9b0b23780802ae2bdecbe82b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 22 Jul 2013 21:25:22 +0200 Subject: Add OROE.DK domains livetpaaoroe.dk and xn--livetpor-f0a6q.dk (livetpåorø.dk). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bind/named.conf.pri | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bind/named.conf.pri') diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 594a367..0b166d6 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -5,8 +5,10 @@ // int. pending // dk dns.jones.dk -zone "oroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { OROE_slaves; }; }; // OROE -zone "xn--or-mka.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { OROE_slaves; }; }; +zone "livetpaaoroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { OROE_slaves; }; }; // OROE +zone "oroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { OROE_slaves; }; }; // OROE +zone "xn--or-mka.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { OROE_slaves; }; }; // OROE +zone "xn--livetpor-f0a6q.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { OROE_slaves; }; }; // OROE // int. dns.OROE.dk -- cgit v1.2.3 From 102386db9fc6b5e80214e4cba8df7cc50b6643c6 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 24 Jul 2013 13:58:08 +0200 Subject: Fix have livetpaaoroe.dk be an OROE domain. --- bind/named.conf.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bind/named.conf.pri') diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 0b166d6..72fa9bc 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -5,7 +5,7 @@ // int. pending // dk dns.jones.dk -zone "livetpaaoroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { OROE_slaves; }; }; // OROE +zone "livetpaaoroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { OROE_slaves; }; }; // OROE zone "oroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { OROE_slaves; }; }; // OROE zone "xn--or-mka.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { OROE_slaves; }; }; // OROE zone "xn--livetpor-f0a6q.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { OROE_slaves; }; }; // OROE -- cgit v1.2.3 From 67b29c18cbd8cdffe0707c7b4174d5c441152943 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 4 May 2014 10:36:52 +0200 Subject: Fix lower-case oroe_slaves. Thanks to Vasudev Kamath. --- bind/named.conf.pri | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bind/named.conf.pri') diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 72fa9bc..a2e2146 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -5,10 +5,10 @@ // int. pending // dk dns.jones.dk -zone "livetpaaoroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { OROE_slaves; }; }; // OROE -zone "oroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { OROE_slaves; }; }; // OROE -zone "xn--or-mka.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { OROE_slaves; }; }; // OROE -zone "xn--livetpor-f0a6q.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { OROE_slaves; }; }; // OROE +zone "livetpaaoroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_slaves; }; }; // OROE +zone "oroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { oroe_slaves; }; }; // OROE +zone "xn--or-mka.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_slaves; }; }; // OROE +zone "xn--livetpor-f0a6q.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_slaves; }; }; // OROE // int. dns.OROE.dk -- cgit v1.2.3 From a50dd04345f8e247d9a125cfb2476445376f3a74 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 4 May 2014 10:40:22 +0200 Subject: Rename oroe_slaves → oroe_peers. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bind/named.conf.acl | 2 +- bind/named.conf.pri | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'bind/named.conf.pri') diff --git a/bind/named.conf.acl b/bind/named.conf.acl index 1bd5a11..25c33bd 100644 --- a/bind/named.conf.acl +++ b/bind/named.conf.acl @@ -1,4 +1,4 @@ -acl oroe_slaves { +acl oroe_peers { 193.163.102.6; // hostcount.dk-hostmaster.dk // 80.166.109.186; // ns.superserver.dk 80.68.88.141; // ns.bitbase.dk diff --git a/bind/named.conf.pri b/bind/named.conf.pri index a2e2146..b3f0409 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -5,10 +5,10 @@ // int. pending // dk dns.jones.dk -zone "livetpaaoroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_slaves; }; }; // OROE -zone "oroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { oroe_slaves; }; }; // OROE -zone "xn--or-mka.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_slaves; }; }; // OROE -zone "xn--livetpor-f0a6q.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_slaves; }; }; // OROE +zone "livetpaaoroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_peers; }; }; // OROE +zone "oroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { oroe_peers; }; }; // OROE +zone "xn--or-mka.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_peers; }; }; // OROE +zone "xn--livetpor-f0a6q.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_peers; }; }; // OROE // int. dns.OROE.dk -- cgit v1.2.3