This commit is contained in:
2026-05-16 00:18:06 -03:00
commit 92941e68a2
66 changed files with 10352 additions and 0 deletions

14
tools/xray/README.md Normal file
View File

@@ -0,0 +1,14 @@
# 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.