summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil@jankaritech.com>2017-05-01 22:37:57 +0545
committerjim-p <jimp@pfsense.org>2017-06-21 09:56:33 -0400
commita5ea22544877d49c4c0901e5c0cc0741de63133c (patch)
tree04dd37f5793ee043f6379e81ca8ab5d3e3aa36cd
parent4a5faec649e04b6ea9592445048d5997f5d125f8 (diff)
downloadpfsense-a5ea22544877d49c4c0901e5c0cc0741de63133c.zip
pfsense-a5ea22544877d49c4c0901e5c0cc0741de63133c.tar.gz
Integrate various cloudflare changes
(cherry picked from commit 5ce6ce4b1ad850e70d5a2fe218317b1a1b545907) (cherry picked from commit 543ea703f2dd41e53a746772332eb83bfb8ead3e)
-rw-r--r--src/usr/local/www/services_dyndns_edit.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php
index c619927..0cc4947 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -504,8 +504,6 @@ events.push(function() {
hideInput('ttl', false);
break;
case "namecheap":
- case "cloudflare-v6":
- case "cloudflare":
case "gratisdns":
case "hover":
hideGroupInput('domainname', false);
@@ -523,7 +521,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);
OpenPOWER on IntegriCloud