mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 08:56:23 -04:00
dns/dyndns: set CURLOPT_INTERFACE away from IP address for #2582
This commit is contained in:
parent
9e07edc60b
commit
c8a115291d
1 changed files with 1 additions and 1 deletions
|
|
@ -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':
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue