mirror of
https://codeberg.org/icewind/tasproxy.git
synced 2026-06-13 07:54:10 +02:00
allow listening on unix socket
This commit is contained in:
parent
3451e3640b
commit
698e082a28
4 changed files with 56 additions and 16 deletions
|
|
@ -18,4 +18,5 @@ color-eyre = "0.5"
|
|||
async-stream = "0.3"
|
||||
pin-utils = "0.1"
|
||||
hostname = "0.3"
|
||||
warp-reverse-proxy = { version = "0.3", default_features = false, features = ["rustls-tls"] }
|
||||
warp-reverse-proxy = { version = "0.3", default_features = false, features = ["rustls-tls"] }
|
||||
tokio-stream = { version = "0.1.9", features = ["net"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue