Allow requests from new charon IP instead
authorAlex Dehnert <alex@dehnerts.com>
Wed, 25 Apr 2018 07:00:21 +0000 (03:00 -0400)
committerAlex Dehnert <alex@dehnerts.com>
Wed, 25 Apr 2018 07:00:21 +0000 (03:00 -0400)
named.conf.local

index e09279468ac8842dcfc9b15a2cdb141bed1c8a9c..b05b5d64b814b47e82393057d6be19d48f2ff935 100644 (file)
@@ -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;
 };