mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 16:14:40 +07:00
docs: disable Encrypted ClientHello to avoid affecting traffic split (#717)
This commit is contained in:
parent
5451e8742b
commit
359b22376d
@ -201,6 +201,7 @@ dns {
|
||||
}
|
||||
routing {
|
||||
request {
|
||||
qtype(https) -> reject
|
||||
fallback: alidns
|
||||
}
|
||||
response {
|
||||
|
@ -121,7 +121,8 @@ dns {
|
||||
# DNS request type
|
||||
qtype(a, aaaa) -> alidns
|
||||
qtype(cname) -> googledns
|
||||
|
||||
# disable ECH to avoid affecting traffic split
|
||||
qtype(https) -> reject
|
||||
# If no match, fallback to this upstream.
|
||||
fallback: asis
|
||||
}
|
||||
|
@ -195,6 +195,7 @@ dns {
|
||||
}
|
||||
routing {
|
||||
request {
|
||||
qtype(https) -> reject
|
||||
fallback: alidns
|
||||
}
|
||||
response {
|
||||
|
@ -120,7 +120,8 @@ dns {
|
||||
# DNS 查询类型
|
||||
qtype(a, aaaa) -> alidns
|
||||
qtype(cname) -> googledns
|
||||
|
||||
# 禁用 ECH 避免影响分流
|
||||
qtype(https) -> reject
|
||||
# fallback 意为 default。
|
||||
# 如果上面的都不匹配,使用这个 upstream。
|
||||
fallback: asis
|
||||
|
Loading…
Reference in New Issue
Block a user