Revision ea46d833
Added by Chris Buechler over 9 years ago
src/etc/inc/dyndns.class | ||
---|---|---|
439 | 439 |
break; |
440 | 440 |
case 'dyns': |
441 | 441 |
$needsIP = FALSE; |
442 |
$server = "https://www.dyns.cx/postscript011.php";
|
|
442 |
$server = "http://www.dyns.net/postscript011.php";
|
|
443 | 443 |
$port = ""; |
444 | 444 |
if ($this->_dnsServer) { |
445 | 445 |
$server = $this->_dnsServer; |
Also available in: Unified diff
Update URL for dyns to match their current docs. Reported by GP^ on IRC