feat(教程): 添加常见脚本错误处理
parent
7696dbed28
commit
9af8c9efa7
|
@ -28,7 +28,6 @@
|
|||
- 支持Debian、Ubuntu、Centos,支持主流的cpu架构。
|
||||
- 支持个性化安装。
|
||||
- 不需要卸载就可以重装任何组合。卸载脚本时,是完全卸载无残留。
|
||||
- [ ] 未来会支持ipv6
|
||||
|
||||
## 组合方式
|
||||
- VLESS+TCP+TLS
|
||||
|
@ -73,7 +72,7 @@
|
|||
- Nginx配置文件 【**/etc/nginx/conf.d/alone.conf**】、Nginx伪装博客目录 【**/usr/share/nginx/html**】
|
||||
|
||||
## [脚本常用命令](https://github.com/mack-a/v2ray-agent/blob/master/documents/common_commands.md)
|
||||
|
||||
## [常见脚本错误处理](https://github.com/mack-a/v2ray-agent/blob/master/documents/shell_error.md)
|
||||
## 安装脚本
|
||||
```
|
||||
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
# 脚本常见错误处理
|
||||
- 1.本脚本不支持ipv6,不兼容德鸡
|
||||
- 2.输入域名后卡住
|
||||
```
|
||||
# 请手动打开icmp
|
||||
```
|
||||
|
||||
- 3.下载脚本失败
|
||||
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/shell_error_01.jpg" width=700>
|
||||
|
||||
>需要手动更改dns
|
||||
```
|
||||
# 文件位置
|
||||
/etc/resolv.conf
|
||||
|
||||
# 文件内容
|
||||
nameserver 8.8.8.8
|
||||
nameserver 1.1.1.1
|
||||
nameserver 8.8.4.4
|
||||
```
|
||||
|
||||
- 4.生成证书失败
|
||||
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/shell_error_01.jpg" width=700>
|
||||
>请更换Debian或者Ubuntu,或者拿着vps来私聊作者。
|
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Loading…
Reference in New Issue