handle seed_{ca,proxy,servername}

This commit is contained in:
Mikaël Cluseau
2026-04-22 13:41:50 +02:00
parent e7769155e1
commit afac751118
4 changed files with 91 additions and 581 deletions
+2 -1
View File
@@ -28,6 +28,7 @@ unix_mode = "0.1.4"
sys-info = "0.9.1"
dkl = { git = "https://novit.tech/direktil/dkl", version = "1.0.0" }
openssl = "0.10.73"
reqwest = { version = "0.13.1", features = ["native-tls"] }
#reqwest = { version = "0.13.1", features = ["native-tls", "system-proxy"], default-features = false }
reqwest = { git = "https://github.com/mcluseau/rs-reqwest", version = "0.13.1", features = ["native-tls", "system-proxy", "socks"], default-features = false }
glob = "0.3.3"
hex = "0.4.3"