Xray 一键安装脚本,基于网络跳跃原版魔改,支持IPv4/IPv6 VPS,支持与宝塔面板共存
wget -N --no-check-certificate https://raw.githubusercontent.com/hadis898/Xray-script/main/xray.sh && bash xray.sh
Xray 一键安装脚本,带其他脚本
wget -N --no-check-certificate https://raw.githubusercontent.com/hadis898/Xray-script/main/xray0.sh && bash xray0.sh
第二步:安装WARP接管VPS的出站ip(加入香港节点WireGuard异常:可以去Github)
这个配置后你vps向外请求的所有ip都不是本机的真实ip,速度可能会有所影响,但是会很安全
warp 运行脚本
首次运行
wget -N https://raw.githubusercontent.com/fscarmen/warp/main/warp-go.sh && bash warp-go.sh [option] [lisence]
再次运行
warp [option] [lisence]
相关命令:
# Cloudflare WARP 一键配置脚本 功能菜单bash <(curl -fsSL git.io/warp.sh) menu# 重启 WARP WireGuard 网络接口systemctl restart wg-quick@wgcf# 禁用 WARP WireGuard 网络接口systemctl disable wg-quick@wgcf --now