refactor(backend): replace legacy manual proxy scraping with native sysproxy crate

This commit is contained in:
NimBold
2026-06-13 22:07:35 +03:30
parent 79cad4213b
commit 240f62bc6e
3 changed files with 210 additions and 164 deletions
+2
View File
@@ -37,3 +37,5 @@ tempfile = "3"
thiserror = "2.0.18"
axum = "0.8.9"
tower-http = { version = "0.6.11", features = ["cors"] }
sysproxy = "0.3.0"
semver = "1.0.28"