mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 21:17:36 +03:00
Add preliminary support for TLS
This commit is contained in:
parent
ed9c50777a
commit
d691562f60
3 changed files with 296 additions and 36 deletions
|
@ -15,7 +15,9 @@ base64 = "0.10"
|
|||
clap = "2"
|
||||
futures = "0.1.27"
|
||||
hyper = "0.12.28"
|
||||
jemallocator = "0.3.0"
|
||||
tokio = "0.1.19"
|
||||
native-tls = "0.2.3"
|
||||
jemallocator = "0.3"
|
||||
tokio = "0.1.20"
|
||||
tokio-current-thread = "0.1.6"
|
||||
tokio-timer = "0.2.10"
|
||||
tokio-timer = "0.2.11"
|
||||
tokio-tls = "0.2.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue