From: Tianling Shen Date: Wed, 9 Jul 2025 09:14:55 +0000 (+0800) Subject: cloudflared: change default protocol back to 'auto' X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=29c9bf31c50e73ce8d9cf379876c0fd7dd4cf375;p=openwrt-packages.git cloudflared: change default protocol back to 'auto' Most of the PQ and FIPS compliant curves are already available in go 1.24. Signed-off-by: Tianling Shen --- diff --git a/net/cloudflared/Makefile b/net/cloudflared/Makefile index 0be93bfa8..dc8739348 100644 --- a/net/cloudflared/Makefile +++ b/net/cloudflared/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cloudflared PKG_VERSION:=2025.7.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/cloudflare/cloudflared/tar.gz/$(PKG_VERSION)? diff --git a/net/cloudflared/files/cloudflared.config b/net/cloudflared/files/cloudflared.config index e522cd5be..f159c7c58 100644 --- a/net/cloudflared/files/cloudflared.config +++ b/net/cloudflared/files/cloudflared.config @@ -7,7 +7,7 @@ config cloudflared 'config' option edge_bind_address '' option edge_ip_version '' option grace_period '' - option protocol 'http2' + option protocol 'auto' option region '' option retries '' option tag ''