docs: update dial_mode

This commit is contained in:
mzz2017
2023-03-13 16:49:01 +08:00
parent f061ca7884
commit 94275c06ad
2 changed files with 4 additions and 4 deletions

View File

@ -41,9 +41,9 @@ global {
# if have impure DNS environment. Generally, this mode brings faster proxy response time because proxy will
# re-resolve the domain in remote, thus get better IP result to connect. This policy does not impact routing.
# That is to say, domain rewrite will be after traffic split of routing and dae will not re-route it.
# 3. "domain+". Based on domain mode but do not check the authenticity of sniffing result. It is useful for users
# whose DNS requests do not go through dae but want faster proxy response time. Notice that, if DNS requests
# do not go through dae, dae cannot split traffic by domain.
# 3. "domain+". Based on domain mode but do not check the reality of sniffed domain. It is useful for users whose
# DNS requests do not go through dae but want faster proxy response time. Notice that, if DNS requests do not
# go through dae, dae cannot split traffic by domain.
dial_mode: domain
}