You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both OpenDNS and Google DNS has problems looking up the public IP on
IPv6 connections. Lookup up using HTTP (TCP) seems more stable. The
lookup time is about 110ms longer with this mechanism.
checkip.amazonaws.com for now only resolvs to IPv4 addresses. If that
would change we would need to lookup the A address of the domain and
connect to that IP manually. It's like 2 more lines of code only, if
connect_timeout isn't needed, then it's a bit more involved.
0 commit comments