We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58671f commit 6641623Copy full SHA for 6641623
cloudflare-updater.sh
@@ -6,6 +6,8 @@ auth_method="global" # Set to "global" for Global API
6
auth_key="" # Your API Token or Global API Key
7
zone_identifier="" # Can be found in the "Overview" tab of your domain
8
record_name=() # Which records should be updated
9
+ # should look like this
10
+ # record_name=("firstDomain" "secondDomain" "thirdDomain")
11
ttl="3600" # Set the DNS TTL (seconds)
12
proxy=true # Set the proxy to true or false
13
discord_success_noti=false # Send Success notification true or false
0 commit comments