allow listening on unix socket

This commit is contained in:
Robin Appelman 2022-07-24 22:10:10 +02:00
commit 698e082a28
4 changed files with 56 additions and 16 deletions

View file

@ -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"] }