refactor: enhance Windows proxy retrieval by using WinAPI for registry access

This commit is contained in:
wonfen
2025-06-22 21:05:50 +08:00
parent f6b5524e0e
commit bdfc383a18
4 changed files with 215 additions and 104 deletions

View File

@@ -96,6 +96,8 @@ winapi = { version = "0.3.9", features = [
"winerror",
"tlhelp32",
"processthreadsapi",
"winhttp",
"winreg",
] }
[target.'cfg(target_os = "linux")'.dependencies]