I found the following warning while running this app with lucaslorentz/caddy-docker-proxy:
{"level":"warn","ts":1637216941.4177737,"logger":"dynamic_dns.ip_sources.simple_http","msg":"IPv6 lookup failed","endpoint":"https://api.ipify.org","error":"Get \"https://api.ipify.org\": dial tcp6: lookup api.ipify.org on 127.0.0.11:53: no such host"}
According to www.ipify.org, api.ipify.org will output IPv4 only. For both IPv4 and IPv6, we should use api64.ipify.org:
Oct 1, 2020 the A record for api6.ipify.org will be removed to make the subdomain only for IPv6 requests. For universal access please use api64.ipify.org.
Hi there,
I found the following warning while running this app with lucaslorentz/caddy-docker-proxy:
Indeed there are no AAAA records:
According to
www.ipify.org
, api.ipify.org will output IPv4 only. For both IPv4 and IPv6, we should use api64.ipify.org: