Update cloudflare-template.sh

pull/94/head
Pan Script 1 year ago committed by GitHub
parent 52e8a2eedf
commit 56b05ac634
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 18
      cloudflare-template.sh

@ -1,17 +1,17 @@
#!/bin/bash
## change to "bin/sh" when necessary
auth_email="" # The email used to login 'https://dash.cloudflare.com'
auth_method="token" # Set to "global" for Global API Key or "token" for Scoped API Token
auth_key="" # Your API Token or Global API Key
zone_identifier="" # Can be found in the "Overview" tab of your domain
record_name="" # Which record you want to be synced
ttl=3600 # Set the DNS TTL (seconds)
proxy="false" # Set the proxy to true or false
auth_email="" # เมลทใชอกอนเขาส Cloudflare
auth_method="token" # การใหทธการเขาถง API (global หรอ token)
auth_key="" # API Token หรอ Global API Key ของค
zone_identifier="" # รหสของโซน DNS ทองการจดการ (สามารถหาไดในแทบ "Overview" ของโดเมนของคณ)
record_name="" # อระเบยน DNS ทองการอพเดต (เชน example.com)
ttl=3600 # า TTL สำหรบระเบยน DNS (วนาท)
proxy="false" # งคาเปน "true" หรอ "false" เพอใหใช Cloudflare Proxy หรอไม
sitename="" # Title of site "Example Site"
slackchannel="" # Slack Channel #example
slackuri="" # URI for Slack WebHook "https://hooks.slack.com/services/xxxxx"
discorduri="" # URI for Discord WebHook "https://discordapp.com/api/webhooks/xxxxx"
slackuri="" # URI สำหรบ Slack Webhook (ถาตองการแจงเตอนผาน Slack)
discorduri="" # URI สำหรบ Discord Webhook (ถาตองการแจงเตอนผาน Discord)
###########################################

Loading…
Cancel
Save