This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Resolution commands rework #2900
Closed
Description
From ipfs/kubo#5635:
ipfs name resolve
andipfs dns
should be recursive by default, the current behavior is a surprising foot-gun. We should consider just changing this as I'm sure it'll fix significantly more bugs than it causes.
ipfs dns
should resolve up to the first non-dnslink path by default. It shouldn't return an error when it hits a non-dnslink path, it should just return that path.I'd also like to return a partial result when we hit the recursion limit (along with the error) but that's less pressing.