mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-01 04:12:13 +00:00
swith socks5-impl
This commit is contained in:
parent
ab9f8011f0
commit
c61b6c74cd
11 changed files with 163 additions and 301 deletions
|
@ -23,6 +23,7 @@ mio = { version = "0.8", features = ["os-poll", "net", "os-ext"] }
|
|||
nix = { version = "0.26", features = ["process", "signal"] }
|
||||
prctl = "1.0"
|
||||
smoltcp = { version = "0.10.0", features = ["std", "phy-tuntap_interface"] }
|
||||
socks5-impl = { version = "0.4", default-features = false }
|
||||
thiserror = "1.0"
|
||||
unicase = "2.6.0"
|
||||
url = "2.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue