Skip to content

Commit

Permalink
docs: update docs about remove cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf-joe committed May 10, 2020
1 parent e455b8c commit ced1ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts-dns-full.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ced1ece

Please sign in to comment.