mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-18 10:39:09 +03:00
8 lines
218 B
Go
8 lines
218 B
Go
package option
|
|
|
|
type ExperimentalOptions struct {
|
|
ClashAPI *ClashAPIOptions `json:"clash_api,omitempty"`
|
|
V2RayAPI *V2RayAPIOptions `json:"v2ray_api,omitempty"`
|
|
SSMAPI *SSMAPIOptions `json:"ssm_api,omitempty"`
|
|
}
|