mirror of https://github.com/mack-a/v2ray-agent
Merge branch 'master' into dev
commit
6aeacf7e56
|
@ -2,7 +2,7 @@
|
||||||
name: 提交建议
|
name: 提交建议
|
||||||
about: 对这个项目提出一个建议
|
about: 对这个项目提出一个建议
|
||||||
title: ''
|
title: ''
|
||||||
labels: enhancement
|
labels: ''
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
- 支持[Xray-core[XTLS]](https://github.com/XTLS/Xray-core)、v2ray-core [XTLS]、v2ray-core
|
- 支持[Xray-core[XTLS]](https://github.com/XTLS/Xray-core)、v2ray-core [XTLS]、v2ray-core
|
||||||
- 支持不同核心之间的配置文件互相读取。
|
- 支持不同核心之间的配置文件互相读取。
|
||||||
- 支持 VLESS/VMess/trojan/trojan-go-->ws的协议
|
- 支持 VLESS/VMess/trojan/trojan-go-->ws的协议
|
||||||
- 支持Debian、Ubuntu、Centos,支持主流的cpu架构。**不建议用Centos**
|
- 支持Debian、Ubuntu、Centos,支持主流的cpu架构。**不建议用Centos、以及低版本的系统**
|
||||||
- 支持个性化安装。
|
- 支持个性化安装。
|
||||||
- 不需要卸载就可以重装任何组合。卸载脚本时,是完全卸载无残留。
|
- 不需要卸载就可以重装任何组合。卸载脚本时,是完全卸载无残留。
|
||||||
- 支持纯ipv6,ipv6[注意事项](https://github.com/mack-a/v2ray-agent/blob/master/documents/ipv6_help.md)
|
- 支持纯ipv6,ipv6[注意事项](https://github.com/mack-a/v2ray-agent/blob/master/documents/ipv6_help.md)
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
# 脚本常见错误处理
|
# 脚本常见错误处理
|
||||||
## 1.本脚本不支持ipv6,不兼容德鸡
|
## 1.输入域名后卡住
|
||||||
## 2.输入域名后卡住
|
|
||||||
```
|
```
|
||||||
# 请手动打开icmp
|
# 请手动打开icmp
|
||||||
```
|
```
|
||||||
|
|
||||||
## 3.下载脚本失败
|
## 2.下载脚本失败
|
||||||
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/shell_error_01.jpg" width=700>
|
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/shell_error_01.jpg" width=700>
|
||||||
|
|
||||||
- 需要手动更改dns
|
- 需要手动更改dns
|
||||||
|
@ -19,7 +18,7 @@ nameserver 1.1.1.1
|
||||||
nameserver 8.8.4.4
|
nameserver 8.8.4.4
|
||||||
```
|
```
|
||||||
|
|
||||||
## 4.生成证书失败
|
## 3.生成证书失败
|
||||||
- 请更换Debian或者Ubuntu,或者拿着vps来私聊作者。
|
- 请更换Debian或者Ubuntu,或者拿着vps来私聊作者。
|
||||||
|
|
||||||
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/shell_error_02.jpg" width=700>
|
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/shell_error_02.jpg" width=700>
|
||||||
|
|
Loading…
Reference in New Issue