2 Commits

Author SHA1 Message Date
Alexandr Bogomyakov
adb0d4bdb9 Add options to run xray-core and specify binary path 2025-11-29 01:16:28 +02:00
Alexandr Bogomyakov
cb52c3d912 Merge pull request #1 from house-of-vanity/parse_and_run
Added --run mode to run xray with a parsed config.
2025-11-29 01:15:44 +02:00

View File

@@ -16,6 +16,8 @@ Options:
--socksport <PORT> Optional SOCKS5 proxy port for inbound --socksport <PORT> Optional SOCKS5 proxy port for inbound
--httpport <PORT> Optional HTTP proxy port for inbound --httpport <PORT> Optional HTTP proxy port for inbound
--get-metadata Only print config meta data --get-metadata Only print config meta data
--run Run xray-core with the generated config
--xray-binary <PATH> Path to xray-core binary (default: xray from PATH)
-h, --help Print help -h, --help Print help
-V, --version Print version -V, --version Print version
``` ```