aboutsummaryrefslogtreecommitdiff
path: root/net/ddns-scripts/Makefile
diff options
context:
space:
mode:
authorGlen Huang <heyhgl@gmail.com>2022-01-09 13:02:58 +0800
committerGlen Huang <heyhgl@gmail.com>2022-01-10 20:44:40 +0800
commit78ef7d7379eb0fb6f4065b2087a8b45aeac0ce9a (patch)
tree11c809aa6b3caaa1ae01d9bb64e429038022823a /net/ddns-scripts/Makefile
parente7547d980d21646009a3492b09c57ea62ffe0f22 (diff)
ddns-scripts-cloudflare: allow explicit zone_id
When zone id is explicitly provided, there is no need for the API token to have read permission. Inspired by acme.sh's cloudflare logic. Signed-off-by: Glen Huang <heyhgl@gmail.com>
Diffstat (limited to 'net/ddns-scripts/Makefile')
-rw-r--r--net/ddns-scripts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile
index f7eff06e9..34a366a56 100644
--- a/net/ddns-scripts/Makefile
+++ b/net/ddns-scripts/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ddns-scripts
PKG_VERSION:=2.8.2
-PKG_RELEASE:=20
+PKG_RELEASE:=21
PKG_LICENSE:=GPL-2.0