From 526e2710e59fb358ab68ea639435d415476e1f34 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 19 Oct 2021 15:23:56 +0200 Subject: [PATCH] dns/dyndns: accept wildcard entry for hetzner; closes #2406 --- dns/dyndns/src/www/services_dyndns_edit.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dns/dyndns/src/www/services_dyndns_edit.php b/dns/dyndns/src/www/services_dyndns_edit.php index 2ced12782..eef391121 100644 --- a/dns/dyndns/src/www/services_dyndns_edit.php +++ b/dns/dyndns/src/www/services_dyndns_edit.php @@ -113,9 +113,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { switch ($pconfig['type']) { case 'cloudflare': - case 'cloudflare-v6': case 'cloudflare-token': case 'cloudflare-token-v6': + case 'cloudflare-v6': case 'desec': case 'desec-v4-v6': case 'desec-v6': @@ -123,6 +123,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { case 'godaddy': case 'godaddy-v6': case 'googledomains': + case 'hetzner': + case 'hetzner-v6': case 'linode': case 'linode-v6': case 'namecheap':