sing-box/option/experimental.go

8 lines
216 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"`
2023-03-17 06:51:09 +00:00
Debug *DebugOptions `json:"debug,omitempty"`
2022-07-19 14:16:49 +00:00
}