From ced1ece53f38f806cd6b9c16149c9c994ee32558 Mon Sep 17 00:00:00 2001 From: orange_wolf Date: Sun, 10 May 2020 14:57:42 +0800 Subject: [PATCH] docs: update docs about remove cookie --- ts-dns-full.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/ts-dns-full.toml b/ts-dns-full.toml index b30ca2a..b81dc82 100644 --- a/ts-dns-full.toml +++ b/ts-dns-full.toml @@ -27,6 +27,7 @@ max_ttl = 86400 # 最大ttl,单位为秒 [groups] # 对域名进行分组 [groups.clean] # 必选分组,默认域名所在分组 ecs = "1.2.4.0/24" # edns-client-subnet信息,配置后转发DNS请求时默认附带(已有ecs时不覆盖),暂不支持doh + no_cookie = false # 禁用edns cookie,默认false,dnspod(119.29.29.29)等特殊服务器需要设置为true dns = ["223.5.5.5:53", "114.114.114.114/tcp"] # DNS服务器列表,默认使用53端口 concurrent = true # 并发请求dns服务器列表 rules = ["qq.com", ".baidu.com", "*.taobao.com"] # "qq.com"规则可匹配"test.qq.com"、"qq.com"两种域名,".qq.com"和"*.qq.com"规则无法匹配"qq.com"