mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-20 12:49:17 +07:00
docs: disable Encrypted ClientHello to avoid affecting traffic split (#717)
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user