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
I've done some debugging and found out that sometimes curl req to https://api.ipify.org return "Bad gateway" instead public IP address. It will be good to be added an additional check that "curl -s -m 10 https://api.ipify.org" return a valid IP address.
I looked through the code and saw that i can set ipv4 config item to a url and it will curl that instead of https://api.ipify.org. i've just set that config to https://query-ip.com. seems to work
The add-on appears to successfully delete the A record (because it is missing in my cloud console), but then fails when executing the create request.
Subsequent attempts then fail the delete request because the record is already missing.
The text was updated successfully, but these errors were encountered: