summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxygrec <xygrec@users.noreply.github.com>2017-02-16 00:14:42 -0500
committerRenato Botelho <renato@netgate.com>2017-04-21 10:59:09 -0300
commit6459f82b0b2df14fa8d7c65e120d7477c9d395b4 (patch)
tree83adbf82a85a3feb84340afa2b039a83d0783222
parentf7118bc8927253f0e6d9929ba0fdce7e3f812e33 (diff)
downloadpfsense-6459f82b0b2df14fa8d7c65e120d7477c9d395b4.zip
pfsense-6459f82b0b2df14fa8d7c65e120d7477c9d395b4.tar.gz
Update services_dyndns_edit.php
(cherry picked from commit df4c21fc24cc6ff38988ca866928f2f73b97b744)
-rw-r--r--src/usr/local/www/services_dyndns_edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php
index d819461..c619927 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -336,7 +336,7 @@ $group->setHelp('Enter the complete fully qualified domain name. Example: myhost
'he.net tunnelbroker: Enter the tunnel ID.' . '<br />' .
'GleSYS: Enter the record ID.' . '<br />' .
'DNSimple: Enter only the domain name.' . '<br />' .
- 'Namecheap, Cloudflare, GratisDNS: Enter the hostname and the domain separately, with the domain being the domain or subdomain zone being handled by the provider.');
+ '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.');
$section->add($group);
@@ -507,6 +507,7 @@ events.push(function() {
case "cloudflare-v6":
case "cloudflare":
case "gratisdns":
+ case "hover":
hideGroupInput('domainname', false);
hideInput('resultmatch', true);
hideInput('updateurl', true);
OpenPOWER on IntegriCloud