Skip to content

Commit

Permalink
chore: suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel authored Jul 2, 2024
1 parent ef8fa4a commit 8bea53f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/concepts/public-utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ The above public gateways support the following:
They support HTTP clients reaching them over both ipv4 and ipv6 addresses

The underlying IPFS nodes backing the gateways support the following mutable identifiers under the `/ipns` namespace:
- IPNS Public Keys, e.g. `ipfs.io/ipns/k51q....`
- DNSLink for all IANA registered domains as well as `.crypto` and `.eth`, e.g. `vitalik-eth.ipns.dweb.link`
- IPNS Public Keys, e.g. `dweb.link/ipns/k51q....`
- DNSLink for all [ICANN](https://en.wikipedia.org/wiki/ICANN) registered domains as well as `.crypto` and `.eth`, e.g. `dweb.link/ipns/vitalik.eth`

The underlying IPFS nodes backing the gateways support retrieving data from peers that:
- Have either ipv4 or ipv6 addresses
Expand All @@ -54,7 +54,7 @@ The underlying IPFS nodes backing the gateways support retrieving data from peer
- QUIC-v1
- TCP or WS or WSS, Yamux, TLS or Noise
- WebTransport
- Support the Bitswap protocol (any versions 1 through 1.2)
- Support the [Bitswap](./bitswap.md) protocol ([v1.2](https://specs.ipfs.tech/bitswap-protocol/#bitswap-1-2-0), [v1.1](https://specs.ipfs.tech/bitswap-protocol/#bitswap-1-1-0) or [v1.0](https://specs.ipfs.tech/bitswap-protocol/#bitswap-1-0-0))
- Have either advertised their data to the Amino DHT, or have advertised to IPNI such that their data has been indexed by [cid.contact](https://cid.contact)

## Other Public Gateways
Expand Down

0 comments on commit 8bea53f

Please sign in to comment.