ipfs / ipfs/kubo

Content routing hint via DNS records

Open
#6,516 9 comments 3 reactions 0 assignees View on GitHub
kind/feature topic/gateway
Dominant language
Go
Stars
17.1k
Forks
3.2k
Avg merge
3d 18h
Merged PRs (30d)
11

Description

A common use-case for IPFS is to host websites using DNSLink. That is, `/ipns/foo.com` would resolve to `/ipfs/Qm...`.

This is the perfect place to stash additional content routing information:

```
TXT provider=/p2p/QmProvider1
TXT provider=/p2p/QmProvider2
```

The tricky part is somehow feeding this information through to the right place in go-ipfs.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.