summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLeonardo Amaral <leonardo@secunix.com.br>2014-08-12 15:03:02 -0300
committerLeonardo Amaral <leonardo@secunix.com.br>2014-08-12 15:03:02 -0300
commitb8137fc294f4ac1482f605211db25059bb6bbbf0 (patch)
tree913d415ca71fd4980702d7049c95fc1baaf8392f /etc
parent0e2eaa1bfd43b097597b71a1d6e91751fddbe714 (diff)
downloadpfsense-b8137fc294f4ac1482f605211db25059bb6bbbf0.zip
pfsense-b8137fc294f4ac1482f605211db25059bb6bbbf0.tar.gz
* Fix a typo mismatch in /etc/inc/dyndns.class for CloudFlare URL entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/dyndns.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class
index 73f55ad..2177360 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -620,7 +620,7 @@
$needsIP = TRUE;
$dnsServer ='www.cloudflare.com';
$dnsHost = str_replace(' ','', $this->_dnsHost);
- $URL = "https://{$dnsServer}/api.html?a=DIUP&email={$this->_dnsUser}&tkn={$this->_dnsPass}&ip={$this->dnsIP}&hosts={$dnsHost}";
+ $URL = "https://{$dnsServer}/api.html?a=DIUP&email={$this->_dnsUser}&tkn={$this->_dnsPass}&ip={$this->_dnsIP}&hosts={$dnsHost}";
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_URL, $URL);
break;
OpenPOWER on IntegriCloud