Support http inbound

resolves #2
This commit is contained in:
Keivan-sf
2025-07-26 19:25:55 +03:30
parent 3d0cbcfc66
commit 81c930193b
4 changed files with 42 additions and 32 deletions

View File

@@ -165,7 +165,7 @@ pub struct Inbound {
pub listen: String,
pub port: u16,
pub protocol: String,
pub settings: InboundSettings,
pub settings: Option<InboundSettings>,
pub sniffing: Option<SniffingSettings>,
pub tag: String,
}