From 78ef7d7379eb0fb6f4065b2087a8b45aeac0ce9a Mon Sep 17 00:00:00 2001 From: Glen Huang Date: Sun, 9 Jan 2022 13:02:58 +0800 Subject: 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 --- net/ddns-scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/ddns-scripts/Makefile') 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 -- cgit v1.2.3