add test for socks5 server

This commit is contained in:
sijie.sun
2024-08-17 20:15:32 +08:00
committed by Sijie.Sun
parent ae54a872ce
commit db660ee3b1
4 changed files with 67 additions and 1 deletions
Generated
+13
View File
@@ -1518,6 +1518,7 @@ dependencies = [
"timedmap",
"tokio",
"tokio-rustls",
"tokio-socks",
"tokio-stream",
"tokio-util",
"tokio-websockets",
@@ -6276,6 +6277,18 @@ dependencies = [
"tokio",
]
[[package]]
name = "tokio-socks"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
dependencies = [
"either",
"futures-util",
"thiserror",
"tokio",
]
[[package]]
name = "tokio-stream"
version = "0.1.15"