15 lines
397 B
Markdown
15 lines
397 B
Markdown
# Xray executable folder
|
|
|
|
Put your Xray executable here:
|
|
|
|
- Windows: `tools/xray/xray.exe`
|
|
- Linux/macOS: `tools/xray/xray`
|
|
|
|
The default Xray profile starts:
|
|
|
|
```text
|
|
xray run -config configs/xray.json
|
|
```
|
|
|
|
Edit `configs/xray.json` with your real VLESS/VMess/Trojan/Shadowsocks settings. The app expects Xray to expose a SOCKS inbound at `127.0.0.1:10808`, unless you change that in the Xray tab.
|