From 1c6c3b874afc1f96460be19bde68cda09f4e08a4 Mon Sep 17 00:00:00 2001 From: Bard Date: Thu, 12 Oct 2023 05:59:36 +0800 Subject: [PATCH] sing-box: enable `with_ech` --- sing-box/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sing-box/Makefile b/sing-box/Makefile index cbd8ff561..8372972c0 100644 --- a/sing-box/Makefile +++ b/sing-box/Makefile @@ -71,6 +71,7 @@ define Package/sing-box/config config SING_BOX_BUILD_ECH bool "Build with TLS ECH extension support" + default y config SING_BOX_BUILD_EMBEDDED_TOR bool "Build with embedded Tor support"