Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
thisIsIan-W committed Sep 6, 2024
2 parents 0910eaa + 369bae1 commit 9c288d0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,23 @@ DNS_SERVERS=(
"opendns|url"
)
```

<br/>

<br/>

### 排错指南

脚本正常运行、页面也按照预期生成了各种规则,但保存并应用之后服务迟迟不显示`已运行`,可以从以下几个方面着手排查:

* 规则集文件是否无法正常下载 ***(遇到过,浪费很多时间)***
* 删除配置文件中除 `direct_out` 以外所有的自定义规则集,且 `direct_out` 规则集中 `只保留一个本地路径的测试规则集文件`,保存并应用
* 如果上述可行,说明你使用的规则集url中存在无法使用 `https://mirror.ghproxy.com` 镜像下载的规则集,请更换
* `节点设置` 功能中的自定义节点可能存在重复引用的问题
* 重置所有已勾选节点(也可以使用脚本重新生成)
* 每个节点只勾选一个机场节点出站
* 设置好其它需要重新设置的选项
* 保存并应用,再次查看服务是否正常启动
* 其它问题
* 可以在 issues 中提出,欢迎大家踊跃发言!

0 comments on commit 9c288d0

Please sign in to comment.