You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.
rust-libp2p should already handle resolving names in /dns4 and /dns6 multiaddrs through threadpooled (stub?) resolver (haven't checked which library).
Being able to resolve dnslinks is the desired outcome. The async-std dependency seems a bit difficult. Alternatives on tokio would include trust-dns. Even if we decide to add back tokio support, we should be considering the what ever way libp2p is using as something we could leave for async-std.
The text was updated successfully, but these errors were encountered:
Previously
domain
was used but that is tokio-0.1 library. Nowdomain
seems to have upgraded to latest tokio in https://github.com/NLnetLabs/domain.Our needs for the DNS are:
rust-libp2p should already handle resolving names in
/dns4
and/dns6
multiaddrs through threadpooled (stub?) resolver (haven't checked which library).Being able to resolve dnslinks is the desired outcome. The async-std dependency seems a bit difficult. Alternatives on tokio would include trust-dns. Even if we decide to add back tokio support, we should be considering the what ever way libp2p is using as something we could leave for async-std.
The text was updated successfully, but these errors were encountered: