Skip to content
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

Offline IPNS should resolve dnslinks #3577

Open
ghost opened this issue Jan 9, 2017 · 5 comments
Open

Offline IPNS should resolve dnslinks #3577

ghost opened this issue Jan 9, 2017 · 5 comments
Labels
topic/ipns Topic ipns

Comments

@ghost
Copy link

ghost commented Jan 9, 2017

An offline node (ipfs daemon --offline) refuses to serve e.g. /ipns/ipfs.io because the resolver acts as completely offline.

In the optimal case, if we have already have all the required data, it should still serve that thing, since it doesn't require any routing, IPNS lookups, or Bitswap trades.

@ghost ghost added the topic/ipns Topic ipns label Jan 9, 2017
@Kubuxu
Copy link
Member

Kubuxu commented Jan 9, 2017

It requires DNS lookup.

@ghost
Copy link
Author

ghost commented Jan 9, 2017

I know, I was just thinking that the intention behind --offline is simply to avoid any swarm connections, and that DNS lookups would generally be okay.

@Kubuxu
Copy link
Member

Kubuxu commented Jan 9, 2017

Probably.

@momack2 momack2 added this to Inbox in ipfs/go-ipfs May 9, 2019
@DavidBurela
Copy link

This seems related to #3861

@lidel
Copy link
Member

lidel commented Aug 12, 2021

cc #8245 (Known DNSLink and IPNS should work in airplane mode)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/ipns Topic ipns
Projects
No open projects
Development

No branches or pull requests

3 participants