cloudflare-ddns-updater: Cloudflare IP not updating
I have gotten this script to run without any errors but when I manually change one of my records on the Cloudflare dashboard, the script that is meant to change it does not. I have tried running it multiple times but to no avail. What should I do to find out more about why this is happening or how to fix it?
Here are the variables that I have set in the shell script file. Nothing else I have changed:
auth_email="REDACTED@gmail.com"
auth_method="global"
auth_key="REDACTED"
zone_identifier="8b073b276e41fd6b61a6658678a83981"
record_name="node1"
ttl="3600"
proxy="true"
sitename="artichokemc.net"
slackchannel=""
slackuri=""
discorduri="https://discord.com/api/webhooks/REDACTED"
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 15 (6 by maintainers)
Iām glad it worked for you. My auth method is on global and when I change it to something else it just throws an error.
It turned out to be an issue with
auth_method, I was using a global key and did not set the value of it to be global. After setting that I can see the updated IP šš¼