mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Update services_dyndns_edit.php
This commit is contained in:
parent
74533d4128
commit
df4c21fc24
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user