diff --git a/README.md b/README.md index c309139..cabe098 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/documents/shell_error.md b/documents/shell_error.md new file mode 100644 index 0000000..ce0ab01 --- /dev/null +++ b/documents/shell_error.md @@ -0,0 +1,24 @@ +# 脚本常见错误处理 +- 1.本脚本不支持ipv6,不兼容德鸡 +- 2.输入域名后卡住 +``` +# 请手动打开icmp +``` + +- 3.下载脚本失败 + + +>需要手动更改dns +``` +# 文件位置 +/etc/resolv.conf + +# 文件内容 +nameserver 8.8.8.8 +nameserver 1.1.1.1 +nameserver 8.8.4.4 +``` + +- 4.生成证书失败 + +>请更换Debian或者Ubuntu,或者拿着vps来私聊作者。 \ No newline at end of file diff --git a/fodder/install/shell_error_01.jpg b/fodder/install/shell_error_01.jpg new file mode 100644 index 0000000..f5b90df Binary files /dev/null and b/fodder/install/shell_error_01.jpg differ diff --git a/fodder/install/shell_error_02.jpg b/fodder/install/shell_error_02.jpg new file mode 100644 index 0000000..465fee8 Binary files /dev/null and b/fodder/install/shell_error_02.jpg differ