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.
ipfs.dns
does not have "recursive" option #1931
Closed
Description
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"