-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -276,7 +276,7 @@ bug report: https://github.com/zfl9/chinadns-ng. email: [email protected] (Otok | |
- `group-dnl` 当前组的域名列表文件,多个用逗号隔开,可多次指定。 | ||
- `group-upstream` 当前组的上游 DNS,多个用逗号隔开,可多次指定。 | ||
- `group-ipset` 当前组的 ipset/nftset (可选),用于收集解析出的结果 IP。 | ||
- 2024.04.27 版本起,使用 `null` 作为 group 名时,表示过滤该组域名的查询。 | ||
- 2024.04.27 版本起,使用 `null` 作为 group 名时,表示过滤该组的域名查询。 | ||
- null 组只有 `group-dnl` 信息,查询相关域名时,将返回 NODATA 响应消息。 | ||
|
||
以配置文件举例: | ||
|
@@ -493,7 +493,7 @@ chinadns-ng -c 114.114.114.114 -t '127.0.0.1#5353' | |
|
||
### 为什么不内置 TCP、DoH、DoT 等协议的支持 | ||
|
||
> 2024.03.07 版本起,已内置完整的 TCP 支持(传入、传出);~~DoH 也许会在 2.0 中实现~~。 | ||
> 2024.03.07 版本起,已内置完整的 TCP 支持(传入、传出)。\ | ||
> 2024.04.27 版本起,支持 DoT 协议的上游,DoH 不打算实现。 | ||
我想让代码保持简单,只做真正必要的事情,其他事情让专业的工具去干。 | ||
|