mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
Fix DynDNS update for IPv6
This commit is contained in:
parent
4d92687a6c
commit
6d8812c8a4
@ -1282,7 +1282,7 @@ class updatedns {
|
||||
}
|
||||
|
||||
function _checkIP() {
|
||||
$ip_address = get_dyndns_ip($this->_if, $his->_useIPv6 ? 6 : 4);
|
||||
$ip_address = get_dyndns_ip($this->_if, $this->_useIPv6 ? 6 : 4);
|
||||
if (!is_ipaddr($ip_address)) {
|
||||
if ($this->_dnsVerboseLog) {
|
||||
log_error("Dynamic DNS ({$this->_dnsHost}): IP address could not be extracted");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user