C2/C3 Wiki

C2/C3开发者的乐园

用户工具

站点工具


v2ray

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

后一修订版
前一修订版
v2ray [2021/01/10 09:33] – 创建 Avenv2ray [2024/01/22 11:09] (当前版本) – 外部编辑 127.0.0.1
行 1: 行 1:
 执行安装前先将域名解析A记录到VPS/云服务器IP,可解析www或任意其他二级域名,解析域名与安装配置域名一致即可,安装脚本配置端口选择443(默认)。 执行安装前先将域名解析A记录到VPS/云服务器IP,可解析www或任意其他二级域名,解析域名与安装配置域名一致即可,安装脚本配置端口选择443(默认)。
  
-[code]bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh) | tee v2ray_ins.log[/code]+<code>bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh) | tee v2ray_ins.log</code>
  
 启动 V2ray: 启动 V2ray:
-[code]systemctl start v2ray[/code]+<code>systemctl start v2ray</code>
 停止 V2ray: 停止 V2ray:
-[code]systemctl stop v2ray[/code]+<code>systemctl stop v2ray</code>
 启动 Nginx: 启动 Nginx:
-[code]systemctl start nginx[/code]+<code>systemctl start nginx</code>
 停止 Nginx: 停止 Nginx:
-[code]systemctl stop nginx[/code]+<code>systemctl stop nginx</code>
 脚本相关目录 脚本相关目录
  
 Web 目录: Web 目录:
-[code]/home/wwwroot/levis[/code]+<code>/home/wwwroot/levis</code>
 V2ray 服务端配置: V2ray 服务端配置:
-[code]/etc/v2ray/config.json[/code]+<code>/etc/v2ray/config.json</code>
 V2ray 客户端配置: V2ray 客户端配置:
-[code]执行安装时所在目录下的 v2ray_info.txt[/code]+<code>执行安装时所在目录下的 v2ray_info.txt</code>
 Nginx 目录: Nginx 目录:
-[code]/etc/nginx[/code]+<code>/etc/nginx</code>
 证书目录: 证书目录:
-[code]/data/v2ray.key 和 /data/v2ray.crt[/code]+<code>/data/v2ray.key 和 /data/v2ray.crt</code>
v2ray.1610242401.txt.gz · 最后更改: (外部编辑)