Debian/systemd-oriented helper script for installing Xray and configuring:
- VLESS-TCP-XTLS-Vision-REALITY
- Shadowsocks 2022 with
2022-blake3-aes-256-gcm - BBR sysctl settings
Run on a Debian server as root:
bash install-xray.shThe script is menu-based. Protocol ports default to 443; pressing Enter keeps the default.
Local static and unit checks:
bash -n install-xray.sh tests/install_xray_test.sh
bash tests/install_xray_test.shDebian container smoke test:
docker build -f Dockerfile.test -t v2ray-tools-test .
docker run --rm v2ray-tools-test bash tests/debian_integration.sh