From aa32fc192fb4cca61f5c17366bb86850d80111d2 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Tue, 3 Feb 2026 01:10:37 +0100 Subject: [PATCH] Update install of PowerDNS --- install/powerdns-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/powerdns-install.sh b/install/powerdns-install.sh index 0b87e9a5b..973be32f3 100644 --- a/install/powerdns-install.sh +++ b/install/powerdns-install.sh @@ -99,8 +99,8 @@ cat </etc/apache2/sites-enabled/poweradmin.conf # For DDNS update functionality RewriteEngine On - RewriteRule ^/update(.*)$ /dynamic_update.php [L] - RewriteRule ^/nic/update(.*)$ /dynamic_update.php [L] + RewriteRule ^/update(.*)\$ /dynamic_update.php [L] + RewriteRule ^/nic/update(.*)\$ /dynamic_update.php [L] EOF $STD a2enmod rewrite headers