From adb0d4bdb940243ee7909434260f0618ec5c6dbe Mon Sep 17 00:00:00 2001 From: Alexandr Bogomyakov Date: Sat, 29 Nov 2025 01:16:28 +0200 Subject: [PATCH] Add options to run xray-core and specify binary path --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7faed42..09aacf1 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Options: --socksport Optional SOCKS5 proxy port for inbound --httpport Optional HTTP proxy port for inbound --get-metadata Only print config meta data + --run Run xray-core with the generated config + --xray-binary Path to xray-core binary (default: xray from PATH) -h, --help Print help -V, --version Print version ```