Added --run mode to run xray with a parsed config.

This commit is contained in:
Ultradesu
2025-11-27 17:33:52 +02:00
parent 9d525dfad8
commit 596369d732
4 changed files with 654 additions and 19 deletions

View File

@@ -14,3 +14,8 @@ regex = "1.9.6"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
urlencoding = "2"
tokio = { version = "1.0", features = ["full"] }
signal-hook = "0.3"
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
tempfile = "3"
futures = "0.3"