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.
IPNS over DNS #2000
Closed
Description
This is a meta-issue to track progress about IPNS over DNS work.
Goals:
- deploy production ready nameservers
- merge final ipns router with support for online and local/offline use-cases
- interop between js and go
Tasks:
- HTTP Gateway supports
/ipns/
namespace feat: add HTTP Gateway support for /ipns/ paths #2020 - make
name resolve
recursive by default to follow go-ipfs -
ipfs name resolve
should support/ipns/<fqdn>
feat: add support for ipns name resolve /ipns/<fqdn> #2002 - implement dns resolver
-
ipfs resolve
should support/ipns/<fqdn>
feat: add support for ipns and recursive to ipfs resolve #2297 - make
resolve
recursive by default to follow go-ipfs feat: add support for ipns and recursive to ipfs resolve #2297
ipfs name resolve with recursive default to true makes name-pubsub fail #2001 -
ipfs dns
should use DNS over HTTPS Support DNS over HTTPS helia-ipns#53- make
dns
recursive by default to follow go-ipfs
- make
- Merge dns and local router [WIP] experimental routers to make ipns faster #2201
- proper deployment of the nameservers with a safe store for the records
- support CID v1 in ipns paths
- Extract ipns code to a separate package
- Improve the spec Improve IPNS spec specs#205
- finish the RFC following https://github.com/ipfs/RFC/compare/rfc/5-ipns-over-dns
- support cid v1 in subdomain ?? /cc @lidel IPNS: should work with case-insensitive identifiers (Base32) kubo#5287
References:
ipfs/specs#198
#1918
ipfs/kubo#5287