oznu / docker-cloudflare-ddns

A small amd64/ARM/ARM64 Docker image that allows you to use CloudFlare as a DDNS / DynDNS Provider.
https://hub.docker.com/r/oznu/cloudflare-ddns/
GNU General Public License v3.0
1.08k stars 219 forks source link

The ipinfo.io website is not accessible in China #72

Closed le0liu closed 3 years ago

le0liu commented 3 years ago

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.

davidfregoli commented 3 years ago

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

stale[bot] commented 3 years ago

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.