summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/dyndns.class
diff options
context:
space:
mode:
authorTiago Barrionuevo <tiago.bar@openmailbox.org>2016-01-30 03:16:12 -0200
committerTiago Barrionuevo <tiago.bar@openmailbox.org>2016-01-30 03:16:12 -0200
commit70a84c25760dca8a3db8b78ee273216c522cc0e7 (patch)
tree1e4805fe68e84e0afb76ca2fa4d2ae778aceb48e /src/etc/inc/dyndns.class
parent68e82ecb26548ca51d9e9fd112c1ec422d0849f0 (diff)
downloadpfsense-70a84c25760dca8a3db8b78ee273216c522cc0e7.zip
pfsense-70a84c25760dca8a3db8b78ee273216c522cc0e7.tar.gz
Dynamic DNS URL for NO-IP needs to be updated.
Diffstat (limited to 'src/etc/inc/dyndns.class')
-rw-r--r--src/etc/inc/dyndns.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/dyndns.class b/src/etc/inc/dyndns.class
index e685935..af89885 100644
--- a/src/etc/inc/dyndns.class
+++ b/src/etc/inc/dyndns.class
@@ -395,7 +395,7 @@
} else {
$iptoset = $this->_dnsIP;
}
- curl_setopt($ch, CURLOPT_URL, $server . $port . '?username=' . urlencode($this->_dnsUser) . '&pass=' . urlencode($this->_dnsPass) . '&hostname=' . $this->_dnsHost.'&ip=' . $iptoset);
+ curl_setopt($ch, CURLOPT_URL, $server . $port . '?username=' . urlencode($this->_dnsUser) . '&pass=' . urlencode($this->_dnsPass) . '&h[]=' . $this->_dnsHost.'&ip=' . $iptoset);
break;
case 'easydns':
$needsIP = TRUE;
OpenPOWER on IntegriCloud