improvement: look at SRV record when sending requests

This commit is contained in:
Timo Kösters 2020-09-23 12:03:08 +02:00
parent 267c721616
commit e08dfd982b
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
4 changed files with 253 additions and 41 deletions

View file

@ -56,6 +56,8 @@ image = { version = "0.23.9", default-features = false, features = ["jpeg", "png
base64 = "0.12.3"
# Used when hashing the state
ring = "0.16.15"
# Used when querying the SRV record of other servers
trust-dns-resolver = "0.19.5"
[features]
default = ["conduit_bin"]