本文为大家收集了各大佬开发的v2ray脚本,包括v2ray一键脚本和v2ray一键流量伪装脚本,两者的区别是使用v2ray一键流量伪装脚本实现科学上网需要一个域名,而且不会被墙检测到,不会被封ip,v2ray一键脚本有可能会被封ip,不过目前貌似也不怎么封ip了。
大佬网络跳跃开发的v2ray一键脚本:
1、适应于CentOS 系统:
bash <(curl -sL https://raw.githubusercontent.com/hijkpw/scripts/master/centos_install_v2ray.sh)
查看v2ray配置信息和运行状态:
bash <(curl -sL https://raw.githubusercontent.com/hijkpw/scripts/master/centos_install_v2ray.sh) info
卸载此v2ray脚本:
bash <(curl -sL https://raw.githubusercontent.com/hijkpw/scripts/master/centos_install_v2ray.sh) uninstall
2、适用于Ubuntu系统和Debian系统:
bash <(curl -sL https://raw.githubusercontent.com/hijkpw/scripts/master/ubuntu_install_v2ray.sh)
查看v2ray配置信息和运行状态:
bash <(curl -sL https://raw.githubusercontent.com/hijkpw/scripts/master/ubuntu_install_v2ray.sh) info
卸载此v2ray脚本:
bash <(curl -sL https://raw.githubusercontent.com/hijkpw/scripts/master/ubuntu_install_v2ray.sh) uninstall
以上v2ray一键脚本已包含BBR模块。
大佬网络跳跃开发的v2ray一键流量伪装脚本:
1、适应于CentOS 系统:
bash <(curl -sL https://raw.githubusercontent.com/hijkpw/scripts/master/centos_install_v2ray2.sh)
查看v2ray配置信息和运行状态:
bash <(curl -sL https://raw.githubusercontent.com/hijkpw/scripts/master/centos_install_v2ray2.sh) info
卸载此v2ray脚本:
bash <(curl -sL https://raw.githubusercontent.com/hijkpw/scripts/master/centos_install_v2ray2.sh) uninstall
2、适用于Ubuntu系统和Debian系统:
bash <(curl -sL https://raw.githubusercontent.com/hijkpw/scripts/master/ubuntu_install_v2ray2.sh)
查看v2ray配置信息和运行状态:
bash <(curl -sL https://raw.githubusercontent.com/hijkpw/scripts/master/ubuntu_install_v2ray2.sh) info
卸载此v2ray脚本:
bash <(curl -sL https://raw.githubusercontent.com/hijkpw/scripts/master/ubuntu_install_v2ray2.sh) uninstall
以上v2ray一键流量伪装脚本也已包含BBR模块。
xray一键脚本:
bash <(curl -sL https://cdn.jsdelivr.net/gh/Misaka-blog/Xray-script@master/xray.sh)