Skip to content

Commit

Permalink
feat(常见错误处理): 添加低版本脚本升级高版本脚本的导致无法启动核心的解决方案
Browse files Browse the repository at this point in the history
  • Loading branch information
mack-a committed Sep 3, 2021
1 parent f290452 commit 9e8aa63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
- **Oracle vps有一个额外的防火墙,需要手动设置**
- **如果使用gRPC通过cloudflare转发,需要在cloudflare设置允许gRPC,cloudflare Network->gRPC**
- **gRPC目前处于测试阶段,可能对你使用的客户端不兼容,如不能使用请忽略**
- **低版本脚本升级高版本时无法启动问题,[请点击此链接查看解决方案](https://github.com/mack-a/v2ray-agent/blob/master/documents/how_to_use.md#4%E4%BD%8E%E7%89%88%E6%9C%AC%E5%8D%87%E7%BA%A7%E9%AB%98%E7%89%88%E6%9C%AC%E5%90%8E%E6%97%A0%E6%B3%95%E5%90%AF%E5%8A%A8%E6%A0%B8%E5%BF%83)**

## [脚本使用指南](https://github.com/mack-a/v2ray-agent/blob/master/documents/how_to_use.md)[脚本目录](https://github.com/mack-a/v2ray-agent/blob/master/documents/how_to_use.md#5脚本目录)

Expand Down
7 changes: 7 additions & 0 deletions documents/how_to_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,13 @@ vim /etc/nginx/conf.d/alone.conf
add_header Strict-Transport-Security "max-age=63072000" always;
```

## 4.低版本升级高版本后无法启动核心
- 1.先分别执行下方命令
- 2.使用脚本中[13.core管理]启动即可
```
systemctl stop trojan-go
systemctl disable trojan-go
```
# 4.答疑

## 1.哪一种线路是最好的?
Expand Down

0 comments on commit 9e8aa63

Please sign in to comment.