summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-01-11 16:23:47 -0600
committerChris Buechler <cmb@pfsense.org>2016-01-11 16:23:47 -0600
commitea46d8331b641c5f0aa6dff508befd78de0a013c (patch)
tree3d58dd3b34a453f2c49c9e9444b6869eee7921fa /src
parentf6a65ccb4095718efec786bafa6c9dff8307af52 (diff)
downloadpfsense-ea46d8331b641c5f0aa6dff508befd78de0a013c.zip
pfsense-ea46d8331b641c5f0aa6dff508befd78de0a013c.tar.gz
Update URL for dyns to match their current docs. Reported by GP^ on IRC
Diffstat (limited to 'src')
-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 41ac192..e685935 100644
--- a/src/etc/inc/dyndns.class
+++ b/src/etc/inc/dyndns.class
@@ -439,7 +439,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