diff --git a/Cargo.lock b/Cargo.lock index 6690171..ee4edb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,7 +109,9 @@ dependencies = [ [[package]] name = "any-dns" -version = "0.2.3" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be1edacbeccbc03fc35a62525fbe01ad2aee22b1008a1b93b2fa121feaa27980" dependencies = [ "async-trait", "dyn-clone", diff --git a/Cargo.toml b/Cargo.toml index 0840b84..580b2be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ pkarr = { version = "1.0.4", features = ["dht", "async"]} zbase32 = "0.1.2" ttl_cache = "0.5.1" clap = "4.4.18" -any-dns = {path = "../any-dns"} +any-dns = "0.2.4" chrono = "0.4.33" tokio = { version = "1.36.0", features = ["full"] } async-trait = "0.1.77" diff --git a/README.md b/README.md index 0cbe9a9..ac88c40 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ EASY - All in pkarr: - No recursion. ADVANCED - Fully featured: -- Delegate your zone to a fully fledged name server ([bind9](https://ubuntu.com/server/docs/service-domain-name-service-dns)?). +- Delegate your zone to a fully fledged name server ([bind9](https://ubuntu.com/server/docs/service-domain-name-service-dns)). - pkdns will forward the request the name server.