mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-05-31 12:49:22 +00:00
5 lines
108 B
Go
5 lines
108 B
Go
package option
|
|
|
|
type ExperimentalOptions struct {
|
|
ClashAPI *ClashAPIOptions `json:"clash_api,omitempty"`
|
|
}
|