加速下载wulabing Xray_onekey · GitHub Release · 反代镜像加速
本区块自动同步 wulabing Xray_onekey 的官方 GitHub Release,并为每个文件预生成 4 个反代镜像加速下载通道。 国内访问 GitHub 慢、下载断、连接超时时,挑一个反代列点开即可,无需手动拼接镜像 URL。镜像只改变访问路径,文件内容、版本号、SHA 校验与 GitHub 官方一致。
暂无公开 Release,请到 wulabing/Xray_onekey Releases 页 查看后续发布。
TL;DR
wulabing 一键脚本 是中文社区经典的 Xray-core 部署脚本(GPL-3.0,3K+ stars),主推 VLESS Reality / Vision / WS+TLS / Trojan。适合:Xray 纯净部署、不需要 Hysteria 2 / TUIC 的玩家。对比:全协议用 mack-a;纯 sing-box 用 sing-box-yg;精简快速用 233boy。
wulabing 由 wulabing 维护,是中文 Xray 社区的经典一键脚本。本文按定位、安装、协议、对比四块讲清楚。
wulabing 在一键脚本中的位置
| 脚本 | 内核 | 协议覆盖 | 维护活跃 | 适合 |
|---|---|---|---|---|
| wulabing | Xray | Reality / Vision / WS / Trojan | ★★★ | Xray 纯净 |
| mack-a v2ray-agent | Xray + sing-box | 八合一全套 | ★★★★★ | 多协议混合 |
| 233boy sing-box | sing-box | sing-box 全套 | ★★★★ | 精简 sing-box |
| 233boy v2ray | V2Ray / Xray | V2Ray 系 | ★★★★ | 精简 V2Ray |
| sing-box-yg | sing-box | sing-box + Hy2 / TUIC | ★★★★ | sing-box 完整 |
wulabing 偏 Xray 单内核 + 流程清晰。
一键安装
命令
bash <(curl -L -s https://raw.githubusercontent.com/wulabing/Xray_onekey/main/install.sh)
GitHub raw 慢用反代:
bash <(curl -L -s https://gh.llkk.cc/https://raw.githubusercontent.com/wulabing/Xray_onekey/main/install.sh)
系统要求
- Debian 10+ / Ubuntu 20.04+ / CentOS 7+
- 一个域名(解析 A 记录到 VPS IP)
- 80 + 443 端口开放
- root 权限
部署流程
脚本启动菜单:
1. 安装
2. 升级
3. 卸载
4. 启动 / 停止 / 重启 / 状态
5. 切换 / 添加协议
6. 修改 UUID / 端口
7. 查看节点信息
0. 退出
第一次安装
- 选「1. 安装」
- 输入域名(vps.example.com)
- 选协议(VLESS Reality / Vision / WS / Trojan 等)
- 自动申请 SSL(acme.sh)
- 自动生成 UUID + 配置文件
- 启动 Xray
- 输出节点信息
节点信息
脚本最后输出:
VLESS Reality 配置:
地址: vps.example.com
端口: 443
UUID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Flow: xtls-rprx-vision
传输: tcp
TLS: reality
SNI: www.cloudflare.com
PublicKey: <key>
ShortID: <short>
vless://[email protected]:443?...
复制 vless:// 链接到客户端 → 一键导入。
VLESS Reality 配置详解
wulabing 默认开启 Reality + Vision:
{
"inbounds": [{
"port": 443,
"protocol": "vless",
"settings": {
"clients": [{ "id": "UUID", "flow": "xtls-rprx-vision" }],
"decryption": "none"
},
"streamSettings": {
"network": "tcp",
"security": "reality",
"realitySettings": {
"show": false,
"dest": "www.cloudflare.com:443",
"serverNames": ["www.cloudflare.com"],
"privateKey": "<key>",
"shortIds": ["<short>"]
}
}
}]
}
特点:
- dest:选 cloudflare.com(伪装目标,TLS 握手时从这里取证书)
- serverNames:客户端 SNI 必须匹配
- shortIds:客户端必须带(短 ID 鉴别真假流量)
客户端导入
vless:// 链接粘到:
- v2rayN(Windows)
- v2rayNG(Android)
- Karing / Streisand(iOS)
- Clash Verge Rev / Mihomo Party(桌面 Clash)
- Shadowrocket / Stash(iOS 付费)
常见报错
证书申请失败
- 域名 DNS 未生效 → DNS propagation 等几分钟
- 80 端口被占 → 关 nginx / apache
- 防火墙拦截
客户端连不上
- 域名解析有误
- 防火墙没开 443/tcp
- 客户端 Reality 字段填错(SNI / PublicKey / ShortID)
速度慢
- VPS 本身带宽限制
- 选用更近的 dest 域名(避开被限速的服务)
- 切换到 Hysteria 2 节点(用 sing-box-yg 部署)
自建 vs 机场
wulabing 适合:
- 1-2 个家庭节点
- DIY 学习 Reality
- 单地区使用
需要多地区 / 不想运维:配套订阅线路。
来源与最后核对
- 仓库:github.com/wulabing/Xray_onekey
- Xray-core:github.com/XTLS/Xray-core → 详见 /clients/xray-core/
- 对比 mack-a / 233boy / sing-box-yg
本文最后实际验证日期:2026-05-20。