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':