From 4361f65f9d35d96297c172b0125799c8efa508ba Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Wed, 25 Apr 2018 03:00:21 -0400 Subject: [PATCH] Allow requests from new charon IP instead --- named.conf.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }; -- 2.34.1