summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-01-11 16:25:58 -0600
committerChris Buechler <cmb@pfsense.org>2016-01-11 16:25:58 -0600
commitfdc515af3361bd0371f236557fa018b41d61578c (patch)
tree8f657c574b3c3b507c38abdf40245bb5b8803bd1
parentc8d37750ff41751aba6b4a8f29302a2c4ea47765 (diff)
downloadpfsense-fdc515af3361bd0371f236557fa018b41d61578c.zip
pfsense-fdc515af3361bd0371f236557fa018b41d61578c.tar.gz
Update URL for dyns to match their current docs. Reported by GP^ on IRC
-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 a2c0208..52dd403 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -391,7 +391,7 @@
break;
case 'dyns':
$needsIP = FALSE;
- $server = "https://www.dyns.cx/postscript011.php";
+ $server = "http://www.dyns.net/postscript011.php";
$port = "";
if($this->_dnsServer)
$server = $this->_dnsServer;
OpenPOWER on IntegriCloud