Fix LTE fragmented queries issues over UDP
Temporary fix for https://github.com/DNSCrypt/dnscrypt-proxy/discussions/2020, until a better check from upstream.
This commit is contained in:
parent
c4209287b6
commit
31f13e27e7
|
@ -94,7 +94,7 @@ disabled_server_names = []
|
|||
## (dnscrypt-proxy will always encrypt everything even using UDP), and can
|
||||
## only increase latency.
|
||||
|
||||
force_tcp = false
|
||||
force_tcp = true
|
||||
|
||||
|
||||
## SOCKS proxy
|
||||
|
|
Loading…
Reference in New Issue