增加vps-xray部署相关脚本

This commit is contained in:
2026-04-08 15:19:49 +08:00
parent e0d8c09bb9
commit 18949f31ba
5 changed files with 921 additions and 0 deletions

16
vps-xray/.env.example Normal file
View File

@@ -0,0 +1,16 @@
# Xray 部署配置模板
# deploy.sh 运行后会自动生成 .env通常无需手动创建
# 如需预配置,复制此文件为 .env 后修改
# 部署模式: reality (推荐) / fast
# XRAY_MODE=reality
# 监听端口(默认 443建议不改
# XRAY_PORT=443
# Reality 伪装目标(留空则自动选择延迟最低的)
# REALITY_DEST=www.microsoft.com
# REALITY_SNI=www.microsoft.com
# 备份目录
# BACKUP_DIR=/var/backups/xray