From b0009dafe6d3d03a8760608bc8d46c8bac3f8671 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 1 Mar 2010 11:08:09 -0500 Subject: [PATCH] Expand ACLs to include olinda and copan --- named.conf.local | 7 ++----- named.conf.options | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/named.conf.local b/named.conf.local index 9f09209..3a1101b 100644 --- a/named.conf.local +++ b/named.conf.local @@ -12,22 +12,19 @@ # notify no; #}; -//added by Alex Dehnert on 2004-11-27 zone "dehnert.arctic.org" IN { type master; -// file "pri/arctic.zone"; file "/etc/bind/pri/combined-dehnerts.zone"; allow-update { none; }; - allow-transfer { localhost; 207.29.250.54; 18.181.0.36; 74.207.246.137; }; + allow-transfer { localhost; 207.29.250.54; 18.181.0.36; 74.207.246.137; 66.92.29.156; 18.208.0.204; }; allow-query { any; }; notify no; }; zone "dehnerts.com" IN { type master; -// file "pri/dehnerts.zone"; file "/etc/bind/pri/combined-dehnerts.zone"; allow-update { none; }; - allow-transfer { localhost; 207.29.250.54; 18.181.0.36; 74.207.246.137; }; + allow-transfer { localhost; 207.29.250.54; 18.181.0.36; 74.207.246.137; 66.92.29.156; 18.208.0.204; }; allow-query { any; }; notify no; }; diff --git a/named.conf.options b/named.conf.options index eeedc29..1a11b5f 100644 --- a/named.conf.options +++ b/named.conf.options @@ -26,7 +26,7 @@ options { // ALEX DEHNERT: copied from old arctic version on 2008-12-19 //ALEX DEHNERT: Security-related stuff: // Secure(ish): - allow-recursion { 66.92.29.156; 66.92.29.144; 127.0.0.1; 192.168.0.0/16; }; + allow-recursion { 18.208.0.204; 66.92.29.156; 66.92.29.144; 127.0.0.1; 192.168.0.0/16; }; //allow-query { 66.92.29.156; 66.92.29.144; 127.0.0.1; }; allow-transfer { none; }; -- 2.34.1