From 681a54a9259bd1e876f3cad456869a4589b39b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Mon, 17 Feb 2025 22:15:15 +0100 Subject: [PATCH] [pdns] Add missing quotes for default-soa-content --- lib/pdns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pdns.sh b/lib/pdns.sh index 78e5980..755aad0 100644 --- a/lib/pdns.sh +++ b/lib/pdns.sh @@ -62,7 +62,7 @@ PDNS_allow_notify_from=0.0.0.0 PDNS_allow_axfr_ips=5.161.216.170/32 PDNS_also_notify=5.161.216.170 PDNS_disable_axfr=no -PDNS_default_soa_content=ns1.@ hostmaster.@ 0 10800 3600 604800 3600 +PDNS_default_soa_content="ns1.@ hostmaster.@ 0 10800 3600 604800 3600" PDNS_allow_dnsupdate_from=127.0.0.0/8,::1,192.168.0.0/16 PDNS_dnsupdate=yes EOF