From c4336254c56e3cece4fee6755834ab19f291b69a Mon Sep 17 00:00:00 2001 From: jagdd <135245656+jagdd@users.noreply.github.com> Date: Mon, 20 Jan 2025 21:43:29 +0800 Subject: [PATCH] Update cf-v4-ddns.sh --- cf-v4-ddns.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cf-v4-ddns.sh b/cf-v4-ddns.sh index da4fe32..136a18d 100644 --- a/cf-v4-ddns.sh +++ b/cf-v4-ddns.sh @@ -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