This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
ipfs.dns
does not have "recursive" option
#1931
Labels
exp/novice
Someone with a little familiarity can pick up
help wanted
Seeking public contribution on this issue
P3
Low: Not priority right now
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"
The text was updated successfully, but these errors were encountered: