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 Mar 7, 2024. It is now read-only.
It seems that http://ipv4.myexternalip.com/raw not working anymore with urllib (but also with curl) so I have replaced this line
gandi-ddns/gandi-ddns.py
Line 64 in 8d19e7c
with this new url for checking the external IP
result = urllib2.urlopen("https://api.ipify.org", timeout=3).read()
The text was updated successfully, but these errors were encountered: