sysproxy = { git = "https://github.com/zzzgydi/sysproxy-rs", branch = "main" } sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs", branch = "main" } tauri = { version = "2.0.0-rc", features = [ "protocol-asset", "devtools", 0 comments on commit 3a3...
System Proxy Agent for Shadowsocks Windows. Contribute to clash-verge-rev/sysproxy development by creating an account on GitHub.
let verge = Config::verge(); let verge = verge.latest(); ( verge.enable_system_proxy.clone().unwrap_or(false), verge.enable_system_proxy.unwrap_or(false), verge.system_proxy_bypass.clone(), ) }; @@ -66,7 +66,7 @@ impl Sysopt { }; if enable { let old = Sysproxy::get_sys...
Proxy global showType by @zzzgydi Use full clash config by @zzzgydi Reconnect websocket when restart clash by @zzzgydi Wrong exe path by @zzzgydi Patch verge config by @zzzgydi Fetch profile panic by @zzzgydi Spawn command by @zzzgydi Import error by @zzzgydi Not open...
System Proxy Agent for Shadowsocks Windows. Contribute to clash-verge-rev/sysproxy development by creating an account on GitHub.
"failed to install service with status {}", status.code().unwrap() ); } Ok(()) } /// check the windows service status pub async fn check_service() -> Result<JsonResponse> { let url = format!("{SERVICE_URL}/get_clash"); @@ -185,7 +239,7 @@ pub(super) async fn run_core...
A Clash GUI based on tauri. Supports Windows, macOS and Linux. - clash-verge/src-tauri/src/cmds.rs at main · silasol/clash-verge
clash-verge-rev/sysproxyPublic forked fromshadowsocks/sysproxy NotificationsYou must be signed in to change notification settings Fork0 Star0 Code Pull requests Actions Projects Security Insights Additional navigation options Branch selector master ...
println!("Moving clash-verge.yaml to config dir"); fs_extra::file::move_file(path, app_config_dir.join(RUNTIME_CONFIG), &file_opts) .map_err(|e| std::io::Error::new(std::io::ErrorKind::InvalidInput, e))?; } // move clash guard overrides let path = home_dir.join("config....
Continuation of Clash Verge - A Clash Meta GUI based on Tauri (Windows, MacOS, Linux) - build: Use old sysproxy · happylishang/clash-verge-rev@c94db60