From: Alex Dehnert Date: Wed, 25 Apr 2018 07:00:21 +0000 (-0400) Subject: Allow requests from new charon IP instead X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=4361f65f9d35d96297c172b0125799c8efa508ba;hp=d7b6187cb91ca7ff0f7f1df44206dfd3e8d7b65f;p=sysconfig%2Fbind.git Allow requests from new charon IP instead --- diff --git a/named.conf.local b/named.conf.local index e092794..b05b5d6 100644 --- a/named.conf.local +++ b/named.conf.local @@ -16,7 +16,7 @@ zone "dehnert.arctic.org" IN { type master; 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; 66.92.29.156; 18.102.208.15; }; + allow-transfer { localhost; 207.29.250.54; 18.4.60.36; 74.207.246.137; 66.92.29.156; 18.102.208.15; }; allow-query { any; }; notify no; }; @@ -24,7 +24,7 @@ zone "dehnerts.com" IN { type master; 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; 66.92.29.156; 18.102.208.15; }; + allow-transfer { localhost; 207.29.250.54; 18.4.60.36; 74.207.246.137; 66.92.29.156; 18.102.208.15; }; allow-query { any; }; notify no; };