mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-16 15:07:53 +00:00
Add inbound generator
This commit is contained in:
@@ -136,5 +136,5 @@ pub struct Inbound {
|
||||
#[derive(Serialize, Deserialize)]
|
||||
pub struct Config {
|
||||
pub outbounds: Vec<Outbound>,
|
||||
pub inbounds: Option<Vec<Inbound>>,
|
||||
pub inbounds: Vec<Inbound>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user