Hello Community!
i configured a DDClient on my Raspberry, to update the A Record.
Unfortunetly i get back these error after running the config:
{“success”:false,“errors”:[{“code”:7000,“message”:“No route for that URI”}],“messages”:,“result”:null}
Config looks like this:
Cloudflare
daemon=1800
use=web, web=ipinfo.io/ip, web-skip=‘IP Address’
ssl=yes
protocol=Cloudflare,
server=api.cloudflare.com/client/v4,
login=MAIL
password=GLOBAL API KEY
zone=domain
domain,
How can i troubleshoot?