refactor: migrate proxy setting guard to sysproxy-rs crate (#5287)

* Refactor proxy management: Remove EventDrivenProxyManager and async_proxy_query

- Removed the EventDrivenProxyManager and its related event-driven proxy management logic.
- Replaced usages of AsyncProxyQuery with direct calls to sysproxy for fetching system and auto proxy configurations.
- Cleaned up constants by removing unused default proxy host.
- Updated sysopt to eliminate calls to the removed EventDrivenProxyManager.
- Adjusted logging and proxy state management to reflect the removal of event-driven architecture.
- Simplified the core module structure by removing unnecessary module imports.

* refactor: remove bypass module for cleaner network configuration

* feat: update sysproxy to version 0.4.0 and add guard feature; refactor sysopt for improved proxy management

* feat(windows/sysproxy): unify guard-type handling and auto-restore drift

* refactor(config): remove commented-out code for SysProxy update flag

---------

Co-authored-by: Slinetrac <realakayuki@gmail.com>
This commit is contained in:
Tunglies
2025-11-15 20:51:36 +08:00
committed by GitHub
parent e021e45e9a
commit 8654bad6b0
12 changed files with 132 additions and 1198 deletions

5
src-tauri/Cargo.lock generated
View File

@@ -7151,13 +7151,14 @@ dependencies = [
[[package]]
name = "sysproxy"
version = "0.3.1"
source = "git+https://github.com/clash-verge-rev/sysproxy-rs#ea6e5b5bcef32025e1df914d663eea8558afacb2"
version = "0.4.0"
source = "git+https://github.com/clash-verge-rev/sysproxy-rs#0f844dd2639b0ac74da4548b1325335844947420"
dependencies = [
"interfaces",
"iptools",
"log",
"thiserror 2.0.17",
"tokio",
"url",
"windows 0.62.2",
"winreg 0.55.0",