mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 21:17:36 +03:00
Don't cache recoverable errors for too long
This commit is contained in:
parent
8c96ecdc10
commit
a3bb77fa61
3 changed files with 22 additions and 5 deletions
|
@ -17,8 +17,8 @@ tls = ["native-tls", "tokio-tls"]
|
|||
[dependencies]
|
||||
base64 = "0.10"
|
||||
clap = "2.33.0"
|
||||
futures = "0.1.28"
|
||||
hyper = "0.12.33"
|
||||
futures = "0.1.29"
|
||||
hyper = "0.12.35"
|
||||
jemallocator = "0"
|
||||
native-tls = { version = "0.2.3", optional = true }
|
||||
tokio = "0.1.22"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue