Depending on your configuration could try changing the backend to native or some other tweaks may be required
Well the message "no global IP" means you use interface based detection and your WAN address was private. With that you can't update the DNS entry in the Internet as it would be unreachable.I'd recommend IP check method "freedns" with interface unset (unless you really want to have multi-WAN).It works for both ddclient and native. That being said the message was emitted from native backend and I'm not sure ddclient will even let you know about this.Cheers,Franco
failed to set new ip [{"result":null,"success":false,"errors":[{"code":9005,"message":"Content for A record must be a valid IPv4 address."}],"messages":[]}]
It seems like the internal curl invoke fails, because it can't fetch a global address because it cannot reach the selected check IP server which would return that. Not sure if DNS issue or routing issue.Cheers,Franco