Revert "Use the righ URL for FreeDNS"

This reverts commit e8af90b1a3.
This commit is contained in:
Franco Fichtner 2021-11-23 07:28:49 +01:00
parent 486f604a05
commit bd2132e202

View file

@ -570,7 +570,7 @@ class updatedns
$this->_checkStatus(0, $code);
break;
case 'freedns':
curl_setopt($ch, CURLOPT_URL, 'https://freedns.afraid.org/dynamic/update.php?' . $this->_dnsPass . '/');
curl_setopt($ch, CURLOPT_URL, 'https://sync.afraid.org/u/' . $this->_dnsPass . '/');
break;
case 'dnsexit':
curl_setopt($ch, CURLOPT_URL, 'https://update.dnsexit.com/RemoteUpdate.sv?login=' . urlencode($this->_dnsUser) . '&password=' . $this->_dnsPass . '&host=' . $this->_dnsHost . '&myip=' . $this->_dnsIP);