summaryrefslogtreecommitdiffstats
path: root/etc/inc/dyndns.class
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-10 12:42:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-10 12:42:09 +0000
commitccdc611cbc39e5b1a18c18db424261cad4469cdb (patch)
treee155994290a2e660c3ffd266ee087bc69b2de42c /etc/inc/dyndns.class
parent2c7197484a320c0f75d6d8be30c147d5cd2fa1e4 (diff)
downloadpfsense-ccdc611cbc39e5b1a18c18db424261cad4469cdb.zip
pfsense-ccdc611cbc39e5b1a18c18db424261cad4469cdb.tar.gz
Update NOIP URL
Ticket #1766
Diffstat (limited to 'etc/inc/dyndns.class')
-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 bfe7447..6f78f0f 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -240,7 +240,7 @@
case 'noip':
$needsIP = TRUE;
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
- $server = "http://dynupdate.no-ip.com/dns";
+ $server = "http://dynupdate.no-ip.com/ducupdate.php";
$port = "";
if($this->_dnsServer)
$server = $this->_dnsServer;
OpenPOWER on IntegriCloud