-
Notifications
You must be signed in to change notification settings - Fork 423
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
feat: add public utilities page #1814
Conversation
Clarifies Waterworks role in operating gateways on behalf of IPFS Foundation. Removes duplication mention of delegated routing endpoint from line 24 (also in line 51).
Apologies for the delay. I made 2 separate commits to (1) update the gateways page especially its TOC and (2) clarify Waterworks/Foundation role in offering public utilities. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, small suggestions inline.
I think it is fine to mention Amino DHT bootstrappers are published at `/dnsaddr/bootstrap.libp2p.io, maybe just have the below (in case someone wants to hardcoded them by peerid, they will know how to get latest peerids)?
$ dig +short TXT _dnsaddr.bootstrap.libp2p.io
"dnsaddr=/dnsaddr/sg1.bootstrap.libp2p.io/p2p/QmcZf59bWwK5XFi76CZX8cbJ4BhTzzA3gU1ZjYZcYW3dwt"
"dnsaddr=/dnsaddr/sv15.bootstrap.libp2p.io/p2p/QmNnooDu7bfjPFoTZYxMNLWUQJyrVwtbZg5gBMjTezGAJN"
"dnsaddr=/dnsaddr/am6.bootstrap.libp2p.io/p2p/QmbLHAnMoJPWSCR5Zhtx6BHJX9KiKNN6tpvbUcqanj75Nb"
"dnsaddr=/dnsaddr/ny5.bootstrap.libp2p.io/p2p/QmQCU2EcMqAqQPR2i9bChDtGNJchTbq5TbXJJ16u19uLTa"
87d3b59
to
986785f
Compare
I moved the FAQ which had mostly questions about the gateway from the general gateway page here and changed from PL to the IPFS Foundation. I also added the bootstrappers. @mishmosh Are the bootstrap nodes also provided by the IPFS Foundation? |
What this PR does
This PR adds a new page on public utilities infrastructure.
There's some nuance with the wording of who's operating the infra we need to get right. Would be good to hammer this out in this PR
TODO