mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-03-11 09:13:52 +00:00
5 lines
108 B
Go
5 lines
108 B
Go
package option
|
|
|
|
type ExperimentalOptions struct {
|
|
ClashAPI *ClashAPIOptions `json:"clash_api,omitempty"`
|
|
}
|