Js-ipfs: `ipfs.dns` does not have "recursive" option

Created on 14 Mar 2019  路  2Comments  路  Source: ipfs/js-ipfs

Version:
js-ipfs version: 0.35.0-rc.0
Platform:
Windows 10 64-bit
Google Chrome Version 73.0.3683.75
Subsystem: ipfs.dns

Type: feature

Severity: Medium

Description:

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"

Steps to reproduce the error:

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"

P3 dieasy help wanted

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

daviddias picture daviddias  路  3Comments

daviddias picture daviddias  路  3Comments

Ntmf picture Ntmf  路  4Comments

valmack picture valmack  路  3Comments

lifeBCE picture lifeBCE  路  3Comments