First prototype with multiple dns providers

This commit is contained in:
Slatian
2023-07-23 15:23:44 +02:00
parent f173eba2ec
commit cd8c0455dc
5 changed files with 201 additions and 31 deletions

View File

@ -22,5 +22,5 @@ toml = "0.7"
tower = "0.4"
tower-http = { version = "0.4", features = ["fs"] }
trust-dns-proto = "0.22"
trust-dns-resolver = "0.22"
trust-dns-resolver = { version = "0.22", features = ["dns-over-rustls"] }
maxminddb = "0.23"