Version:
js-ipfs version: 0.35.0-rc.0
Platform:
Windows 10 64-bit
Google Chrome Version 73.0.3683.75
Subsystem: ipfs.dns
go-ipfs implementation has --recursive option to resolve dns links.
js-ipfs throws this error: "Not enough non-option arguments: got 0, need at least 1"
go-ipfs:
ipfs dns --recursive ipfs.io
resolves to: /ipfs/QmTxvVbLQTm9qvh4wsdhehDGPy92LJSYiyAg5sh3X2ZaUE
js-ipfs:
jsipfs dns --recursive ipfs.io:
throws: "Not enough non-option arguments: got 0, need at least 1"
Thanks for reporting @niinpatel, it would be great to get this implemented.
Yes, and once this feature is implemented, I think it'd be much easier to implement #1918. I'll take a shot at implementing this.
Most helpful comment
Yes, and once this feature is implemented, I think it'd be much easier to implement #1918. I'll take a shot at implementing this.