mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/dyndns: set CURLOPT_INTERFACE away from IP address for #2582
This commit is contained in:
@@ -1265,8 +1265,8 @@ class updatedns
|
||||
'Authorization: sso-key ' . $this->_dnsUser . ':' . $this->_dnsPass
|
||||
));
|
||||
curl_setopt($ch, CURLOPT_URL, $url);
|
||||
|
||||
curl_setopt($ch, CURLOPT_POSTFIELDS, $jsonBody);
|
||||
curl_setopt($ch, CURLOPT_INTERFACE, $this->_dnsRequestIf);
|
||||
break;
|
||||
case 'desec':
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user