feat: add way more proxy handling

This commit is contained in:
2025-07-02 05:55:05 +02:00
parent 716707f1bc
commit 2ab9c5d134
4 changed files with 262 additions and 15 deletions
+3
View File
@@ -7,8 +7,11 @@ edition = "2024"
anstyle = "1"
anyhow = "1"
clap = { version = "4", features = ["derive", "string"] }
cookie = "0"
ctrlc = "3"
dashmap = "6"
httparse = "1"
lazy_static = "1"
parking_lot = { version = "0", features = ["arc_lock", "serde"] }
serde = { version = "1", features = ["derive"] }
shlex = "1"