Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: support DNSLink with dnslink=/ipns/{libp2p-key} (#959)
* fix: change DNS resolution endpoint to allow ipns recursive resolution * fix: make DNSLink check non-recursive Given the current codebase, I believe we could make it a bit faster by passing ?r=false (we only want to know if DNSLink is present, don't need to resolve recursively, especially when users start using /ipns/{libp2p-key} in DNSLink) Co-authored-by: Jorge Pérez <jorge@ktlxv.com> Co-authored-by: Marcin Rataj <lidel@lidel.org>
- Loading branch information