Remove legacy inbound/outbound options

This commit is contained in:
世界
2024-11-17 16:54:27 +08:00
parent c95bacbafa
commit d079910a99
4 changed files with 0 additions and 226 deletions

View File

@@ -17,11 +17,6 @@ type _Options struct {
Outbounds []Outbound `json:"outbounds,omitempty"`
Route *RouteOptions `json:"route,omitempty"`
Experimental *ExperimentalOptions `json:"experimental,omitempty"`
// Deprecated: use Inbounds instead
LegacyInbounds []LegacyInbound `json:"-"`
// Deprecated: use Outbounds instead
LegacyOutbounds []LegacyOutbound `json:"-"`
}
type Options _Options