refactor: networking

This commit is contained in:
zhom
2026-03-20 02:45:11 +04:00
parent 8936816613
commit 116a54942d
5 changed files with 193 additions and 179 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ async fn fetch_dynamic_proxy(
.fetch_dynamic_proxy(&url, &format)
.await?;
// Validate the proxy actually works by routing through a temporary local proxy
// Validate the proxy actually works by connecting through it
crate::proxy_manager::PROXY_MANAGER
.check_proxy_validity("_dynamic_test", &settings)
.await