Skip to content

Commit 6641623

Browse files
committed
Updated Info for record_name
1 parent e58671f commit 6641623

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudflare-updater.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ auth_method="global" # Set to "global" for Global API
66
auth_key="" # Your API Token or Global API Key
77
zone_identifier="" # Can be found in the "Overview" tab of your domain
88
record_name=() # Which records should be updated
9+
# should look like this
10+
# record_name=("firstDomain" "secondDomain" "thirdDomain")
911
ttl="3600" # Set the DNS TTL (seconds)
1012
proxy=true # Set the proxy to true or false
1113
discord_success_noti=false # Send Success notification true or false

0 commit comments

Comments
 (0)