Commit 0946ed6e authored by Alexander Leisentritt's avatar Alexander Leisentritt Committed by Franco Fichtner

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

parent c47bc350
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment