Skip to content

Commit

Permalink
doc: add DisableQTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf-joe committed Oct 12, 2020
1 parent b7fd46f commit 3769b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* 支持多Hosts文件 + 自定义Hosts、通配符Hosts;
* 支持配置文件自动重载,支持监听TCP/UDP端口;
* 支持DNS查询缓存(IP乱序、TTL倒计时、ECS);
* 支持禁用IPv6解析
* 支持屏蔽指定查询类型
* 支持将查询结果中的IPv4地址添加至IPSet。

## DNS查询请求处理流程
Expand Down
2 changes: 1 addition & 1 deletion ts-dns-full.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ listen = ":53/udp" # 监听端口,支持指定tcp/udp,不指定时默认同
gfwlist = "gfwlist.txt" # gfwlist文件路径,release包中已预下载。官方地址:https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt
gfwlist_b64 = true # 是否使用base64解码gfwlist文件,默认为true
cnip = "cnip.txt" # 中国ip网段列表,用于辅助域名分组
disable_ipv6 = true # 禁用IPv6地址解析,默认为false
disable_qtypes = ["AAAA", "HTTPS"] # 屏蔽IPv6/HTTPS查询

hosts_files = ["/etc/hosts"] # hosts文件路径,支持多hosts
[hosts] # 自定义域名映射
Expand Down

0 comments on commit 3769b65

Please sign in to comment.