From 8af66c53f3e42639930b62a289755ca97662763e Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Mon, 17 Jul 2023 13:42:17 +0200 Subject: [PATCH] try to fix zone transfers --- ansible/roles/powerdns/overwrite.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ansible/roles/powerdns/overwrite.conf b/ansible/roles/powerdns/overwrite.conf index debc537..cd4116b 100644 --- a/ansible/roles/powerdns/overwrite.conf +++ b/ansible/roles/powerdns/overwrite.conf @@ -1,5 +1,4 @@ local-address=192.168.30.7, 127.0.0.1, :: default-soa-content=ns.@ noreply.@ 0 10800 3600 604800 3600 # allow zone transfers from Transip ip's. see also: https://www.transip.nl/knowledgebase/artikel/26-nameservers-instellen-transip-nameservers-secondary/ -allow-axfr-ips=87.253.155.96/27 -allow-axfr-ips=157.97.168.160/27 \ No newline at end of file +allow-axfr-ips=87.253.155.96/27,157.97.168.160/27