Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kkkgo committed Nov 3, 2023
1 parent f713753 commit d0309d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ www.qq.com@@@qq.03k.org
- USE_HOSTS: 当设置为yes的时候,在启动时读取容器/etc/hosts文件。可以配合docker的`-add-hosts`或者docker compose的`extra_hosts`使用。仅在CNAUTO=yes时生效。
- HTTP_FILE: 当设置为yes的时候,会启动一个7889端口的http静态文件服务器映射`/data`目录。你可以利用此功能与其他服务程序共享文件配置。
- SAFEMODE: 安全模式,仅作调试使用,内存环境存在问题无法正常启动的时候尝试启用。
- ADDINFO: 默认为`no`,设置为`yes`时,在DNS查询结果中增加`ADDITIONAL SECTION`的调试信息,如结果来源、查询延迟、失败原因等,使用dig命令就可以实时追踪域名结果来源,详情参考更新日志(https://github.com/kkkgo/PaoPaoDNS/discussions/61)。该功能仅对`CNAUTO=yes`生效。
- ADDINFO: 默认为`no`,设置为`yes`时,在DNS查询结果中增加`ADDITIONAL SECTION`的调试信息,如结果来源、查询延迟、失败原因等,使用dig命令就可以实时追踪域名结果来源,详情参考更新日志( https://github.com/kkkgo/PaoPaoDNS/discussions/61 )。该功能仅对`CNAUTO=yes`生效。
- SHUFFLE 默认为`no`,设置为`yes`时,对解析的结果进行洗牌实现`Round-robin DNS`
- QUERY_TIME:限制DNS转发最大时间,仅作调试使用,随意更改此值会导致你查不到DNS结果。

Expand Down

0 comments on commit d0309d1

Please sign in to comment.