gstuartj / cf-ddns.sh

A simple client for automatically updating CloudFlare DNS with your current IP address
MIT License
81 stars 35 forks source link

ifconfig.io is down #7

Open tholu opened 6 years ago

tholu commented 6 years ago
external_WAN_query='https://ifconfig.io/ip'

The site is currently down, which breaks the script.

tholu commented 6 years ago

This works as a replacement: https://api.ipify.org/

ConorIA commented 5 years ago

ifconfig.io is working again.

tholu commented 5 years ago

As it seems unreliable, I would still switch it out.

ConorIA commented 5 years ago

Indeed, ifconfig.io also returns ipv6 addresses, which don't work with the script. Your recommendation fixes that issue.