mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
fix(shadowsocks-service): fixed build without local-http (#2057)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user