-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
api call to lookup dnslink name doesn't work #4293
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
Comments
This just got a lot more awkward, lookup for
$ curl -s https://ipfs.io/api/v0/dns/ipfs.io
{"Message":"could not resolve name (recursion limit exceeded)","Code":0,"Type":"error"} |
The issue here is that the Honestly, we should probably make these recursive by default, if possible. |
Stebalien
added
kind/enhancement
A net-new feature or improvement to an existing feature
status/deferred
Conscious decision to pause or backlog
and removed
kind/bug
A bug in existing code (including security flaws)
labels
Aug 27, 2018
lidel
added a commit
to ipfs/ipfs-companion
that referenced
this issue
Aug 27, 2018
|
16 tasks
Stebalien
added a commit
that referenced
this issue
Mar 16, 2019
Merged
ghost
assigned Stebalien
Mar 16, 2019
ghost
added
status/in-progress
In progress
and removed
status/deferred
Conscious decision to pause or backlog
labels
Mar 16, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version information:
Type: Bug
Severity: High
Description:
Using the API to resolve ggr.com doesn't work, i.e.:
returns
Yet, the name resolves at the CLI fine:
See ipfs/ipfs-companion#288 for a previous discussion and more detail on this issue.
The text was updated successfully, but these errors were encountered: