Actions
Regression #16368
openCustom Dynamic DNS services ignore the monitor interface
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
25.11
Release Notes:
Default
Affected Version:
2.8.0
Affected Architecture:
Description
When configuring the "interface to send updates from" for custom service type in Dynamic DNS, the DNS service incorectly retrieves the ip address of this interface instead of the "interface to monitor" interface. Looking at the source code briefly, the calls to dyndnsCheckIP are passing $this->_dnsRequestIf instead of $this->_if. Updating these calls fixes the issue and the service retrieves the correct ip address.
Actions