core 最新版本更新方式:
执行:
bash <(curl -L -s https://install.direct/go.sh)
1、推荐在纯净环境下使用本脚本,如果你是新手,请不要使用Centos系统。
2、需要提前安装Nginx
3、准备一个域名,并将A记录添加好。
4、安装好 curl
Vmess+websocket+TLS+Nginx+Website:
bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh) | tee v2ray_ins.log
启动方式:
启动程序:systemctl start v2ray
启动 Nginx:systemctl start nginx
/etc/init.d/nginx start
/etc/init.d/nginx restart