2022-07-19 22:16:49 +08:00
|
|
|
package option
|
|
|
|
|
|
|
|
|
|
type ExperimentalOptions struct {
|
|
|
|
|
ClashAPI *ClashAPIOptions `json:"clash_api,omitempty"`
|
2022-09-26 19:37:06 +08:00
|
|
|
V2RayAPI *V2RayAPIOptions `json:"v2ray_api,omitempty"`
|
2023-03-17 14:51:09 +08:00
|
|
|
Debug *DebugOptions `json:"debug,omitempty"`
|
2022-07-19 22:16:49 +08:00
|
|
|
}
|