如果你有台国外建站服务器,又正好搭建的是宝塔面板,那为何不顺便搭建个V2ray呢。。。
自行搭建宝塔面板,如果不会,那就不用进行下一步了
具体步骤请移步宝塔搭建教程
并解析一个2级域名到服务器IP
安装v2ray
bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
安装完成后打开宝塔后台—文件管理
v2ray其他常用命令
## 启动
systemctl start v2ray
## 停止
systemctl stop v2ray
## 重启
systemctl restart v2ray
## 开机自启
systemctl enable v2ray
##卸载v2ray
先停止v2ray systemctl stop v2ray systemctl disable v2ray
再执行一键移除
bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove
© 版权声明
THE END
暂无评论内容