Add service component type

This commit is contained in:
世界
2025-03-29 17:24:34 +08:00
parent 0327f94012
commit 9ae2c9ecd0
22 changed files with 431 additions and 62 deletions

View File

@@ -19,6 +19,7 @@ type _Options struct {
Inbounds []Inbound `json:"inbounds,omitempty"`
Outbounds []Outbound `json:"outbounds,omitempty"`
Route *RouteOptions `json:"route,omitempty"`
Services []Service `json:"services,omitempty"`
Experimental *ExperimentalOptions `json:"experimental,omitempty"`
}