feat: support set system proxy command

This commit is contained in:
GyDi
2021-12-17 02:15:40 +08:00
parent ad60013f52
commit 3a9734e97d
5 changed files with 76 additions and 4 deletions

View File

@@ -21,6 +21,9 @@ pub struct ClashConfig {
#[derive(Default, Debug, Clone, Deserialize, Serialize)]
pub struct ClashController {
/// clash core port
pub port: Option<String>,
/// same as `external-controller`
pub server: Option<String>,
pub secret: Option<String>,