这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
v2ray [2021/01/10 09:33] – 创建 Aven | v2ray [2024/01/22 11:09] (当前版本) – 外部编辑 127.0.0.1 | ||
---|---|---|---|
行 1: | 行 1: | ||
执行安装前先将域名解析A记录到VPS/ | 执行安装前先将域名解析A记录到VPS/ | ||
- | [code]bash <(curl -L -s https:// | + | <code>bash <(curl -L -s https:// |
启动 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]/ | + | <code>/ |
V2ray 服务端配置: | V2ray 服务端配置: | ||
- | [code]/ | + | <code>/ |
V2ray 客户端配置: | V2ray 客户端配置: | ||
- | [code]执行安装时所在目录下的 v2ray_info.txt[/code] | + | <code>执行安装时所在目录下的 v2ray_info.txt</code> |
Nginx 目录: | Nginx 目录: | ||
- | [code]/etc/nginx[/code] | + | <code>/etc/nginx</code> |
证书目录: | 证书目录: | ||
- | [code]/ | + | <code>/ |