-
Notifications
You must be signed in to change notification settings - Fork 1.2k
IPNS over DNS #2000
Comments
I'm dropping some notes about DNS over HTTPS:
If I had to pick which one use in our low level libraries, I am leaning towards binary one. |
@hugomrdias - is there a spec for the js client implementation? the go-ipfs team wants to evaluate whether we can add a go client matching that interface in time for IPFS Camp cc @Stebalien |
Is there a status update on this? I see the Q3 OKR "IPNS over DNS production ready" has a grade of 0.7 - does that mean there is a finalized/implemented spec? |
I'm also interested. |
Great to meet you @hugomrdias. @expede and @dholms are going to take a look at this and help with the spec / give our opinion. |
js-ipfs is being deprecated in favor of Helia. You can #4336 and read the migration guide. The missing pieces from this are implemented here: ipfs/helia-ipns#55 |
This is a meta-issue to track progress about IPNS over DNS work.
Goals:
Tasks:
/ipns/
namespace feat: add HTTP Gateway support for /ipns/ paths #2020name resolve
recursive by default to follow go-ipfsipfs name resolve
should support/ipns/<fqdn>
feat: add support for ipns name resolve /ipns/<fqdn> #2002ipfs resolve
should support/ipns/<fqdn>
feat: add support for ipns and recursive to ipfs resolve #2297resolve
recursive by default to follow go-ipfs feat: add support for ipns and recursive to ipfs resolve #2297ipfs 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#53dns
recursive by default to follow go-ipfsReferences:
ipfs/specs#198
#1918
ipfs/kubo#5287
The text was updated successfully, but these errors were encountered: