feat: system proxy guard

This commit is contained in:
GyDi
2022-02-20 18:53:21 +08:00
parent 0245baf1b6
commit e38dcd85ac
4 changed files with 110 additions and 32 deletions

View File

@@ -115,6 +115,7 @@ export namespace CmdType {
traffic_graph?: boolean;
enable_auto_launch?: boolean;
enable_system_proxy?: boolean;
enable_proxy_guard?: boolean;
system_proxy_bypass?: string;
}
}