mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
Bump keepalive up
This commit is contained in:
parent
1fa3e5d7f3
commit
dee7960be6
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ timeout = 2500
|
|||
|
||||
## Keepalive for HTTP (HTTPS, HTTP/2) queries, in seconds
|
||||
|
||||
keepalive = 5
|
||||
keepalive = 10
|
||||
|
||||
|
||||
## Load-balancing strategy: 'p2' (default), 'ph', 'fastest' or 'random'
|
||||
|
@ -112,7 +112,7 @@ cert_refresh_delay = 240
|
|||
## DoH: Disable TLS session tickets
|
||||
## increases privacy but also latency - Bump keepalive up to compensate.
|
||||
|
||||
tls_disable_session_tickets = false
|
||||
# tls_disable_session_tickets = false
|
||||
|
||||
|
||||
## DoH: Use a specific cipher suite
|
||||
|
|
Loading…
Add table
Reference in a new issue