mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-04-11 17:47:20 +10:00
6 lines
108 B
Go
6 lines
108 B
Go
package option
|
|
|
|
type ExperimentalOptions struct {
|
|
ClashAPI *ClashAPIOptions `json:"clash_api,omitempty"`
|
|
}
|