sing-box/option/experimental.go

7 lines
164 B
Go
Raw Normal View History

2022-07-19 14:16:49 +00:00
package option
type ExperimentalOptions struct {
ClashAPI *ClashAPIOptions `json:"clash_api,omitempty"`
2022-09-26 11:37:06 +00:00
V2RayAPI *V2RayAPIOptions `json:"v2ray_api,omitempty"`
2022-07-19 14:16:49 +00:00
}