diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php index 3f14d51ba2..f622c36aab 100644 --- a/src/usr/local/www/services_dyndns_edit.php +++ b/src/usr/local/www/services_dyndns_edit.php @@ -471,8 +471,6 @@ events.push(function() { hideInput('ttl', false); break; case "namecheap": - case "cloudflare-v6": - case "cloudflare": case "gratisdns": case "hover": hideGroupInput('domainname', false); @@ -505,7 +503,7 @@ events.push(function() { break; case "cloudflare-v6": case "cloudflare": - hideGroupInput('domainname', true); + hideGroupInput('domainname', false); hideInput('resultmatch', true); hideInput('updateurl', true); hideInput('requestif', true); @@ -517,6 +515,7 @@ events.push(function() { hideCheckbox('proxied', false); hideInput('zoneid', true); hideInput('ttl', true); + break; default: hideGroupInput('domainname', true); hideInput('resultmatch', true);