mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Bug: timeout gathering ipv4 #356
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 @teeesss on GitHub (Jan 30, 2024).
I'm unable to curl
https://api.ipify.orgbut I can curlhttps://api64.ipify.orgsuccessfullyAlso timeouts showing up for
1.1.1.1:853Running docker-compose on Synology NAS, DSM 7.2
DNS: 9.9.9.9/1.1.1.1
@qdm12 commented on GitHub (Jan 31, 2024):
Both https://api.ipify.org/ and https://api64.ipify.org work for me, are you sure this happens often?
I've added the api64 variant in 5f15edde5188167e5f30fa4da191c8bfaca687e3 although it's only for "ipv4 or ipv6" since it would return one of the two depending on your setup.
For
tcp4 1.1.1.1:853this can happen from time to time I guess, make sure your firewall/router isn't blocking it 🤔As long as it manages to succeed after N tries, that's what matters 😉