购买vps服务,这里推荐 digitalocean(如果没有使用过的朋友可以通过我的邀请链接注册。)。目前来说比较稳定,系统最好选择Centos,创建服务之后,先ping一下分配的ip,如果ping不通,则删掉换区重建。
自动安装v2ray工具:
1 | bash <(curl -s -L https://git.io/v2ray.sh) |
安装教程参考 给小白的V2ray教程
安装BBR:
1 | wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh |
先选择安装安装 BBR/BBR魔改版内核内核,安装完成后,
重启系统后再运行tcp.sh按需要选择加速,我选择的是魔改版加速。
Linux下载客户端脚本
1 | wget https://install.direct/go.sh |
自动安装的路径:
- /usr/bin/v2ray/v2ray:V2Ray 程序;
- /usr/bin/v2ray/v2ctl:V2Ray 工具;
- /etc/v2ray/config.json:配置文件;
- /usr/bin/v2ray/geoip.dat:IP 数据文件
- /usr/bin/v2ray/geosite.dat:域名数据文件
会在系统重启之后,自动运行 V2Ray。之后需要编辑 /etc/v2ray/config.json 文件来配置你需要的代理方式;
运行 service v2ray start
来启动 V2Ray 进程;
v2ray客户端配置 config.json
1 | { |