Add basic clash api
This commit is contained in:
10
option/experimental.go
Normal file
10
option/experimental.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package option
|
||||
|
||||
type ExperimentalOptions struct {
|
||||
ClashAPI *ClashAPIOptions `json:"clash_api,omitempty"`
|
||||
}
|
||||
|
||||
type ClashAPIOptions struct {
|
||||
ExternalController string `json:"external_controller,omitempty"`
|
||||
Secret string `json:"secret,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user