Use go-multiaddr-dns DefaultResolver instead of std lib Resolver #7260
Labels
exp/beginner
Can be confidently tackled by newcomers
kind/enhancement
A net-new feature or improvement to an existing feature
need/maintainers-input
Needs input from the current maintainer(s)
Would be nice to swap out the
net.LookupTXT
in the dns resolver for themadns.DefaultResolver.LookupTXT
function.This would allow one to just override the
madns.DefaultResolver
and it would work for both libp2p and IPFS. As it stands now there is no way to configure this resolver.https://github.com/ipfs/go-ipfs/blob/f006fc164771d6ab2e2b2608992bc6e5d1f17a8f/namesys/dns.go#L28
The text was updated successfully, but these errors were encountered: