cloudflared: change default protocol back to 'auto'
authorTianling Shen <[email protected]>
Wed, 9 Jul 2025 09:14:55 +0000 (17:14 +0800)
committerTianling Shen <[email protected]>
Thu, 10 Jul 2025 07:43:56 +0000 (15:43 +0800)
Most of the PQ and FIPS compliant curves are already available
in go 1.24.

Signed-off-by: Tianling Shen <[email protected]>
net/cloudflared/Makefile
net/cloudflared/files/cloudflared.config

index 0be93bfa8195f30cc6d9a1aadeaaa1f95f477909..dc87393485a49889dad39a5f32acf5669b29dcce 100644 (file)
@@ -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)?
index e522cd5be5704030d60d2afa5ec042cd419cbd32..f159c7c58c0fa43fe52c1bdd5705c13bfd38a079 100644 (file)
@@ -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 ''