diff --git a/Cargo.toml b/Cargo.toml index 44f62a3..6171848 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encrypted-dns" -version = "0.3.12" +version = "0.3.13" authors = ["Frank Denis "] edition = "2018" description = "A modern encrypted DNS server (DNSCrypt v2, Anonymized DNSCrypt, DoH)" @@ -36,7 +36,7 @@ serde = "1.0" serde_derive = "1.0" serde-big-array = "0.2" siphasher = "0.3" -tokio = { version = "0.2.11", features = ["fs", "rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] } +tokio = { version = "0.2.13", features = ["fs", "rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] } toml = "0.5" [dependencies.prometheus] diff --git a/example-encrypted-dns.toml b/example-encrypted-dns.toml index 099ed54..c44df81 100644 --- a/example-encrypted-dns.toml +++ b/example-encrypted-dns.toml @@ -231,7 +231,7 @@ blacklisted_ips = [ "93.184.216.34" ] [access_control] -# Enabled access control +# Enable access control enabled = false