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
{{ message }}
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.
I try the command dig +short myip.opendns.com @resolver1.opendns.com | tr -d '"' in docker, it returns nothing. The resolver1.opendns.com domain is poisoned in China. Could you please provide a more robust and reliable way in getting IP? This link provides a multiple source in getting ip.
The text was updated successfully, but these errors were encountered:
I pass curl -sf4 https://ipinfo.io | jq -r '.ip' to parametrer CUSTOM_LOOKUP_CMD, then it works as expected. I wonder why it can't get the public IP address at
The IP_ADDRESS at this line will return ;; connection timed out; no servers could be reached, and it's not equal to "", so it will not execute line 53.
PS: CLOUD_FLARE_IP is ;; connection timed out; no servers could be reached
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I try the command
dig +short myip.opendns.com @resolver1.opendns.com | tr -d '"'
in docker, it returns nothing. Theresolver1.opendns.com
domain is poisoned in China. Could you please provide a more robust and reliable way in getting IP? This link provides a multiple source in getting ip.The text was updated successfully, but these errors were encountered: