oznu/docker-cloudflare-ddns

The ipinfo.io website is not accessible in China

le0liu opened this issue · 2 comments

I tested it on ping.pe. The IP of ipinfo.io is not accessible in China, and the real IP cannot be obtained after adding a proxy. Can I change a website that is not masked by GFW? Thank you very much.

ipify should work as a drop-in replacement
curl -sf4 "https://api.ipify.org/?format=json" | jq -r '.ip'

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.