v2ray 服务器搭建
一键安装 V2Ray
bash <(curl -s -L https://233blog.com/v2ray.sh)
安装南琴浪版暴力魔改 BBR
安装代码
1
wget https://raw.githubusercontent.com/iiiiiii1/tcp_nanqinlang-test/master/tcp_nanqinlang-test.sh bash tcp_nanqinlang-test.sh
重启代码
reboot
安装代码
bash tcp_nanqinlang-test.sh
南琴浪加速如果不能用,就用下面这个加速代码
wget “https://github.com/chiakge/Linux-NetSpeed/raw/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh`
先在[1 – 3]切换内核(第一次显示为 bbr 内核也要切换一遍),重启说明:
出现这个选 no
超级一键加速脚本,bbr 原版/魔改/plus/锐速 四合一重启后不用再下载脚本,直接
./tcp.sh
,在[4 – 8]中选你要开的加速./tcp.sh
1./tcp.sh
“1. 安装 BBR/BBR 魔改版内核” 对应 4,5,6(原版,魔改,暴力魔改)
“2. 安装 BBRplus 版内核 ” 对应 7(plus)
“3. 安装 Lotserver(锐速)内核” 对应 8(锐速)开启后再 ./tcp.sh , 显示开启成功则启动成功,你也可以自己手动确认
出现的问题
Debian 9 需要
问题如下:
1
2ECDSA host key for 108.61.163.242 has changed and you have requested strict checking.
Host key verification failed.1
ssh-keygen -R 你要访问的IP地址
gpc v2ray
V2ray.Fun
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/V2ray.Fun/master/install.sh && bash install.sh
233blog 一键脚本
bash <(curl -s -L https://git.io/v2ray.sh)
V2ray(Vmess)+websocket+TLS+Nginx+Website
Debian 9+ / Ubuntu 18.04+ / Centos7+
需要用到 namesilo cloudflare
一键安装脚本
bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh) | tee v2ray_ins.log
其余相关命令
启动方式
- 启动 V2ray:systemctl start v2ray
- 停止 V2ray:systemctl stop v2ray
- 启动 Nginx:systemctl start nginx
- 停止 Nginx:systemctl stop nginx
相关目录
- Web 目录:/home/wwwroot/3DCEList
- V2ray
服务端配置:/etc/v2ray/config.json - V2ray
客户端配置: ~/v2ray_info.txt - Nginx
目录: /etc/nginx - 证书文件: /data/v2ray.key 和 /data/v2ray.crt
Trojan
Trojan 一键安装脚本
1 | curl -O https://raw.githubusercontent.com/atrandys/trojan/master/trojan_mult.sh && chmod +x trojan_mult.sh && ./trojan_mult.sh |
BBR 加速(可选)
1 | cd /usr/src && wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh |
- 80 端口被 Nginx 点用使用 service nginx stop 停用
其余注意事项如下:
- 系统支持 centos7+/debian9+/ubuntu16+
- 域名需要解析到 VPS 需要时间生效,建议留 30 分钟;
- 脚本自动续签 https 证书;
- 自动配置伪装网站,位于/usr/share/nginx/html/目录下,可自行替换其中内容;
- trojan 不能用 CDN,不要开启 CDN;
- 如果你在用谷歌云需要注意防火墙出入站规则设置并给 80 和 443 访问权限。