sing-box/option/experimental.go
2022-07-25 16:18:11 +08:00

6 lines
108 B
Go

package option
type ExperimentalOptions struct {
ClashAPI *ClashAPIOptions `json:"clash_api,omitempty"`
}