mirror of
https://github.com/aljazceru/pkdns.git
synced 2025-12-17 05:54:21 +01:00
fix: removed path dependency on anydns
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user