*missed setting activeIp
This commit is contained in:
parent
e7e4911961
commit
522807d8af
|
@ -29,6 +29,8 @@ async function ipUpdate() {
|
||||||
|
|
||||||
await dnsProvider(currentIp);
|
await dnsProvider(currentIp);
|
||||||
|
|
||||||
|
activeIp = currentIp;
|
||||||
|
|
||||||
log.info(`Updated DynDNS hostname ${config.str("domain")} to ${activeIp}`);
|
log.info(`Updated DynDNS hostname ${config.str("domain")} to ${activeIp}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue