mirror of
https://github.com/arampoire/onetun.git
synced 2026-01-16 11:20:24 -05:00
HTTP Proxy Server
This commit is contained in:
parent
b78cab58ee
commit
7ea7b0e683
7 changed files with 238 additions and 37 deletions
|
|
@ -21,6 +21,7 @@ nom = "7"
|
|||
async-trait = "0.1.51"
|
||||
priority-queue = "1.2.0"
|
||||
smoltcp = { version = "0.8.0", default-features = false, features = ["std", "log", "medium-ip", "proto-ipv4", "proto-ipv6", "socket-udp", "socket-tcp"] }
|
||||
hyper = { version = "0.14", features = ["server", "http1", "tcp"] }
|
||||
|
||||
# bin-only dependencies
|
||||
clap = { version = "2.33", default-features = false, features = ["suggestions"], optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue