排序
v2ray多用户面板一键安装脚本
v2ray是什么 V2Ray是一个支持多协议多用户的 xray 面板,网络转发程序,支持TCP、mKCP、WebSocket这3种底层传输协议,支持HTTP、Socks、Shadowsocks、VMess这4种内容传输协议(HTT...
服务器出现curl: command not found解决方法
curl: command not found解决方法 如果提示 curl: command not found ,那是因为没装 Curl ubuntu/debian 系统安装 Curl 方法: apt-get update -y && apt-get install curl -y centos ...