mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
remove curl option "anyauth" for "custom" and "customv6" DynDNS updates as discussed in #188
This commit is contained in:
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);
|
||||
|
||||
Reference in New Issue
Block a user