mirror of
https://github.com/aljazceru/pkdns.git
synced 2025-12-17 22:14:27 +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]]
|
[[package]]
|
||||||
name = "any-dns"
|
name = "any-dns"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "be1edacbeccbc03fc35a62525fbe01ad2aee22b1008a1b93b2fa121feaa27980"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"dyn-clone",
|
"dyn-clone",
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ pkarr = { version = "1.0.4", features = ["dht", "async"]}
|
|||||||
zbase32 = "0.1.2"
|
zbase32 = "0.1.2"
|
||||||
ttl_cache = "0.5.1"
|
ttl_cache = "0.5.1"
|
||||||
clap = "4.4.18"
|
clap = "4.4.18"
|
||||||
any-dns = {path = "../any-dns"}
|
any-dns = "0.2.4"
|
||||||
chrono = "0.4.33"
|
chrono = "0.4.33"
|
||||||
tokio = { version = "1.36.0", features = ["full"] }
|
tokio = { version = "1.36.0", features = ["full"] }
|
||||||
async-trait = "0.1.77"
|
async-trait = "0.1.77"
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ EASY - All in pkarr:
|
|||||||
- No recursion.
|
- No recursion.
|
||||||
|
|
||||||
ADVANCED - Fully featured:
|
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.
|
- pkdns will forward the request the name server.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user