mirror of
https://github.com/sadoyan/aralez.git
synced 2026-04-29 22:38:36 +08:00
New inmplementations, big commit :
1. Nested upstreams with params 2. SSL upstream support 3. Upstreams move to yaml format 4. Command line start arguments
This commit is contained in:
@@ -10,7 +10,7 @@ rand = "0.8.5"
|
||||
dashmap = "6.1.0"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
#pingora = { version = "0.4", features = ["full"] }
|
||||
pingora = { version = "0.4.0", features = ["lb"] }
|
||||
pingora = { version = "0.4.0", features = ["lb", "openssl"] }
|
||||
pingora-core = { version = "0.4.0" }
|
||||
pingora-proxy = { version = "0.4.0" }
|
||||
pingora-load-balancing = { version = "0.4.0" }
|
||||
@@ -24,3 +24,5 @@ axum = "0.8.1"
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
serde_json = "1.0.137"
|
||||
reqwest = { version = "0.12" }
|
||||
serde_yaml = "0.8.26"
|
||||
clap = { version = "4.5.32", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user