github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/option/experimental.go (about)

     1  package option
     2  
     3  type ExperimentalOptions struct {
     4  	ClashAPI *ClashAPIOptions `json:"clash_api,omitempty"`
     5  	V2RayAPI *V2RayAPIOptions `json:"v2ray_api,omitempty"`
     6  	Debug    *DebugOptions    `json:"debug,omitempty"`
     7  }