remove curl option "anyauth" for "custom" and "customv6" DynDNS updates as discussed in #188

This commit is contained in:
Alexander Leisentritt
2017-06-26 00:36:05 +02:00
committed by Franco Fichtner
parent 5a9b5bbcb9
commit 1ea03f7b94
@@ -608,7 +608,6 @@ class updatedns {
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, TRUE);
else
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_ANY);
curl_setopt($ch, CURLOPT_USERPWD, "{$this->_dnsUser}:{$this->_dnsPass}");
}
$server = str_replace("%IP%", $this->_dnsIP, $this->_dnsUpdateURL);