mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
switch proxy to allow webscokets
This commit is contained in:
parent
2a7f4de2b7
commit
6aad67473d
4 changed files with 111 additions and 208 deletions
|
|
@ -28,10 +28,11 @@ enum_dispatch = "0.3.8"
|
|||
miette = { version = "5.2.0", features = ["fancy"] }
|
||||
shell-words = "1.1.0"
|
||||
warp = "0.3"
|
||||
warp-reverse-proxy = { version = "0.5.0", default_features = false, features = ["rustls-tls"] }
|
||||
tokio-stream = { version = "0.1.9", features = ["net"] }
|
||||
tracing = "0.1.35"
|
||||
tracing-subscriber = "0.3.14"
|
||||
hyper-reverse-proxy = { version = "0.5.2-dev", git = "https://github.com/felipenoris/hyper-reverse-proxy" }
|
||||
hyper = "0.14.24"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue