mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
INFO obtaining ipv4 address succeeded after 1 failed try #482
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chchia on GitHub (Jan 7, 2025).
running ddns-updater inside casaos with duckdns.org, and it got always reported as unhealthy. checking the container log and i got full of this line.
and here to boot up log
@chchia commented on GitHub (Jan 18, 2025):
2025-01-18T18:33:09Z ERROR obtaining ipv4 or ipv6 address: after 3 tries, errors were: dial tcp 1.0.0.1:853: connect: connection refused, Get "[https://ipleak.net/json"](https://ipleak.net/json%22);: context deadline exceeded, dial tcp 208.67.220.220:853: connect: connection refusedit seems that the problem is here, there is a extra " (%22) after json, perhaps it should end with / ?
or maybe the sequence of "] need to change to ]" ???