feat: system proxy guard

This commit is contained in:
GyDi
2022-02-20 18:53:21 +08:00
parent 5b5a299b55
commit bf15580081
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;
}
}