Skip to content

v2ray+Reality协议代理,附加BBR加速

License

Notifications You must be signed in to change notification settings

huawuhen/v2ray-wss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

搭建 Shadowsocks-libev, V2ray+ Nginx + WebSocket 和 Reality 代理脚本,支持 Debian、Ubuntu、Centos,并支持甲骨文ARM平台。

简单点讲,没域名的用户可以安装 Shadowsocks-libev 和 Reality 代理,有域名的可以安装 V2ray+ Nginx + WebSocket 代理,各取所需。

运行脚本:

wget https://raw.githubusercontent.com/yeahwu/v2ray-wss/main/tcp-wss.sh && bash tcp-wss.sh

便宜VPS推荐: https://hostalk.net/deals.html

image

已测试系统如下:

Debian 9, 10, 11

Ubuntu 16.04, 18.04, 20.04

CentOS 7

WSS客户端配置信息保存在: cat /usr/local/etc/v2ray/client.json

Shadowsocks客户端配置信息: cat /etc/shadowsocks-libev/config.json

Reality客户端配置信息保存在: cat /usr/local/etc/xray/reclient.json

卸载方法如下:

卸载ss-libev,命令如下:

systemctl stop shadowsocks
rm /usr/bin/ss-server
rm /etc/systemd/system/shadowsocks.service
systemctl daemon-reload

卸载 v2ray-wss 命令如下:

systemctl stop v2ray
systemctl stop nginx
rm /usr/local/bin/v2ray
rm /etc/systemd/system/v2ray.service
rm /usr/sbin/nginx
rm /lib/systemd/system/nginx.service
systemctl daemon-reload

卸载 Reality 命令如下:

systemctl stop xray && bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ remove --version 1.8.1

安装BBR加速

bash <(curl -Lso- https://git.io/kernel.sh)

提醒:连不上的朋友,建议先检查一下服务器自带防火墙有没有关闭?

About

v2ray+Reality协议代理,附加BBR加速

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%