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;