dns/dyndns: set CURLOPT_INTERFACE away from IP address for #2582

This commit is contained in:
Franco Fichtner 2021-12-07 09:56:42 +01:00
parent 9e07edc60b
commit c8a115291d

View file

@ -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':
/*