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
I run this software in multiple locations so I am not unfamiliar with it. Nearly all the ip checking websites work from my browser. The log shows it failing though. There are two that don't work for IPvN specific addresses, so I manually specify them in the config.
2025-05-25T12:30:34+08:00 ERROR obtaining ipv4 or ipv6 address: after 3 tries, errors were: Get "https://wtfismyip.com/text": context deadline exceeded, dial tcp: lookup 1dot1dot1dot1.cloudflare-dns.com on 127.0.0.11:53: no such host, Get "https://api64.ipify.org": context deadline exceeded
Also, cloudflare uses a -cn suffix here (https://www.cloudflare-cn.com/). I don't see how you can do manual URLs with the DNS in the docs and don't want to assume. So, how can I make this work?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I run this software in multiple locations so I am not unfamiliar with it. Nearly all the ip checking websites work from my browser. The log shows it failing though. There are two that don't work for IPvN specific addresses, so I manually specify them in the config.
PUBLICIPV6_HTTP_PROVIDERS=icanhazip,ident,nnev,wtfismyip,seeip
Now it appears I am getting errors in the DNS.
2025-05-25T12:30:34+08:00 ERROR obtaining ipv4 or ipv6 address: after 3 tries, errors were: Get "https://wtfismyip.com/text": context deadline exceeded, dial tcp: lookup 1dot1dot1dot1.cloudflare-dns.com on 127.0.0.11:53: no such host, Get "https://api64.ipify.org": context deadline exceeded
Also, cloudflare uses a
-cn
suffix here (https://www.cloudflare-cn.com/). I don't see how you can do manual URLs with the DNS in the docs and don't want to assume. So, how can I make this work?Beta Was this translation helpful? Give feedback.
All reactions