mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-01 04:12:13 +00:00
Introduce cancellation token and reduce amount of code (#88)
Test passed on Android. Thanks a lot.
This commit is contained in:
parent
2434c62524
commit
2a9775ce2e
8 changed files with 59 additions and 126 deletions
|
@ -29,6 +29,7 @@ log = { version = "0.4", features = ["std"] }
|
|||
socks5-impl = { version = "0.5" }
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1.36", features = ["full"] }
|
||||
tokio-util = "0.7"
|
||||
tproxy-config = { version = "0.1", features = ["log"] }
|
||||
trust-dns-proto = "0.23"
|
||||
tun2 = { version = "1.0", features = ["async"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue