mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +00:00
7 lines
164 B
Go
7 lines
164 B
Go
package option
|
|
|
|
type ExperimentalOptions struct {
|
|
ClashAPI *ClashAPIOptions `json:"clash_api,omitempty"`
|
|
V2RayAPI *V2RayAPIOptions `json:"v2ray_api,omitempty"`
|
|
}
|