Update services_dyndns_edit.php

This commit is contained in:
xygrec 2017-02-16 00:14:42 -05:00 committed by GitHub
parent 74533d4128
commit df4c21fc24

View File

@ -296,7 +296,7 @@ $group->setHelp('Enter the complete fully qualified domain name. Example: myhost
'he.net tunnelbroker: Enter the tunnel ID.%1$s' .
'GleSYS: Enter the record ID.%1$s' .
'DNSimple: Enter only the domain name.%1$s' .
'Namecheap, Cloudflare, GratisDNS: Enter the hostname and the domain separately, with the domain being the domain or subdomain zone being handled by the provider.', '<br />');
'Namecheap, Cloudflare, GratisDNS, Hover: Enter the hostname and the domain separately, with the domain being the domain or subdomain zone being handled by the provider.', '<br />');
$section->add($group);
@ -467,6 +467,7 @@ events.push(function() {
case "cloudflare-v6":
case "cloudflare":
case "gratisdns":
case "hover":
hideGroupInput('domainname', false);
hideInput('resultmatch', true);
hideInput('updateurl', true);