mirror of
https://codeberg.org/icewind/tasproxy.git
synced 2026-06-13 07:54:10 +02:00
allow using config file instead of env
This commit is contained in:
parent
4ff6bdeab5
commit
eb35a4abad
5 changed files with 306 additions and 30 deletions
|
|
@ -21,3 +21,7 @@ hostname = "0.4.0"
|
|||
warp-reverse-proxy = { version = "1.0.0", default-features = false, features = ["rustls-tls"] }
|
||||
tokio-stream = { version = "0.1.16", features = ["net"] }
|
||||
base64 = "0.22.1"
|
||||
secretfile = "0.1.0"
|
||||
serde = { version = "1.0.213", features = ["derive"] }
|
||||
toml = "0.8.19"
|
||||
clap = { version = "4.5.20", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue