mirror of
https://github.com/aipeach/cloudflare-api-v4-ddns.git
synced 2025-04-03 17:29:28 +08:00
Update cf-v4-ddns.sh
This commit is contained in:
parent
1336b077a2
commit
c4336254c5
@ -28,15 +28,19 @@ set -o pipefail
|
||||
|
||||
# API key, see https://www.cloudflare.com/a/account/my-account,
|
||||
# incorrect api-key results in E_UNAUTH error
|
||||
# 填写 CF全局Global API Key
|
||||
CFKEY=
|
||||
|
||||
# Username, eg: user@example.com
|
||||
# 填写 CloudFlare 登陆邮箱
|
||||
CFUSER=
|
||||
|
||||
# Zone name, eg: example.com
|
||||
#填写需要用来 DDNS 的一级域名
|
||||
CFZONE_NAME=
|
||||
|
||||
# Hostname to update, eg: homeserver.example.com
|
||||
# 填写 DDNS 的二级域名(只需填写前缀)
|
||||
CFRECORD_NAME=
|
||||
|
||||
# Record type, A(IPv4)|AAAA(IPv6), default IPv4
|
||||
|
Loading…
x
Reference in New Issue
Block a user