Revision 4f79a07e
Added by Viktor Gurov over 5 years ago
src/etc/inc/dyndns.class | ||
---|---|---|
664 | 664 |
break; |
665 | 665 |
case 'dnsexit': |
666 | 666 |
$needsIP = TRUE; |
667 |
curl_setopt($ch, CURLOPT_URL, 'https://www.dnsexit.com/RemoteUpdate.sv?login=' . $this->_dnsUser . '&password=' . $this->_dnsPass . '&host=' . $this->_dnsHost . '&myip=' . $this->_dnsIP);
|
|
667 |
curl_setopt($ch, CURLOPT_URL, 'https://update.dnsexit.com/RemoteUpdate.sv?login=' . $this->_dnsUser . '&password=' . $this->_dnsPass . '&host=' . $this->_dnsHost . '&myip=' . $this->_dnsIP);
|
|
668 | 668 |
break; |
669 | 669 |
case 'loopia': |
670 | 670 |
$needsIP = TRUE; |
Also available in: Unified diff
DynDNS DNSExit URL fix. Issue #9632