multiformats / js-multiaddr

JavaScript implementation of multiaddr
http://multiformats.github.io/js-multiaddr
Other
109 stars 64 forks source link

feat(resolve): allow configurable dnsServers #341

Closed SgtPooki closed 8 months ago

SgtPooki commented 1 year ago

This change allows users to call ma.resolve() with a dnsServers option that will allow them to override the dnsServers used when resolving /dnsaddr/xxx multiaddrs.

achingbrain commented 8 months ago

Closing in favour of #373 as it allows specifying multiple DNS resolution strategies.