summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-10 12:42:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-10 12:42:04 +0000
commitc61e56a723ac711877acb8e175766eccff5306d2 (patch)
treecd0991862e05c4c6b7af3fd6b8b938fc44a6af0e /etc
parent7fc82535cb82194e071bd2127b62f37f7da90e76 (diff)
downloadpfsense-c61e56a723ac711877acb8e175766eccff5306d2.zip
pfsense-c61e56a723ac711877acb8e175766eccff5306d2.tar.gz
Update NOIP URL
Ticket #1766
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 6303903..f514dde 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -242,7 +242,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