diff --git a/dns/dyndns/src/www/services_dyndns_edit.php b/dns/dyndns/src/www/services_dyndns_edit.php index 7aef29e26..c301b56f2 100644 --- a/dns/dyndns/src/www/services_dyndns_edit.php +++ b/dns/dyndns/src/www/services_dyndns_edit.php @@ -107,6 +107,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { switch ($pconfig['type']) { case 'cloudflare': case 'cloudflare-v6': + case 'eurodns': case 'googledomains': case 'namecheap': $host_to_check = preg_replace('/^[@*]\./', '', $host_to_check);