From 380db70ea7fe52b933c35e36c4c527a12c973102 Mon Sep 17 00:00:00 2001 From: ty Date: Fri, 19 Dec 2025 15:33:03 +0800 Subject: [PATCH] fix(shadowsocks-service): fixed build without local-http (#2057) --- crates/shadowsocks-service/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/shadowsocks-service/src/config.rs b/crates/shadowsocks-service/src/config.rs index f9c13873..ef48112e 100644 --- a/crates/shadowsocks-service/src/config.rs +++ b/crates/shadowsocks-service/src/config.rs @@ -1046,7 +1046,7 @@ pub struct LocalConfig { pub socks5_auth: Socks5AuthConfig, /// HTTP Authentication configuration - #[cfg(feature = "local")] + #[cfg(feature = "local-http")] pub http_auth: HttpAuthConfig, /// Fake DNS record expire seconds