From fdc515af3361bd0371f236557fa018b41d61578c Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 11 Jan 2016 16:25:58 -0600 Subject: [PATCH] Update URL for dyns to match their current docs. Reported by GP^ on IRC --- etc/inc/dyndns.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class index a2c02087fe..52dd4032db 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;