Skip to content

Commit 2c6c259

Browse files
ElPaisanomishmosh
andauthored
Add content provider disclaimer (#1562)
Co-authored-by: Mosh <[email protected]>
1 parent 854af60 commit 2c6c259

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/how-to/peering-with-content-providers.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ description: Optimize retrieval speed by making direct connections to large cont
77

88
IPFS allows you to request data from any IPFS node with a copy using the data's [CID][cid-explainer] or content identifier. This process usually involves a lookup on the [distributed hash table][dht-explainer] and may also require establishing new connections to the nodes storing the content.
99

10-
If you're running an IPFS node that serves many requests, like a public HTTP gateway, for example, you may be able to speed up queries by maintaining long-lived connections to nodes that provide a large volume of data.
10+
If you're running an IPFS node that serves many requests, such as a public HTTP gateway, you may be able to speed up queries by maintaining long-lived connections to nodes that provide many CIDs.
1111

1212
Prioritizing connections to certain peers is called **Peering**, and you can tell IPFS which peers to prioritize by editing the [`Peering` configuration][docs-peering-config] in your IPFS config file.
1313

14-
To _peer_ with nodes from Cloudflare, you could update your config to include a `Peering` section like that consists of the ID and addresses for their node:
15-
14+
To _peer_ with nodes from Cloudflare, for example, update your config to include a `Peering` section like this:
1615
```json
1716
{
1817
"Peering": {
@@ -34,11 +33,15 @@ Peering is most helpful for nodes that have a lot of concurrent connections sinc
3433

3534
## Content provider list
3635

37-
Below is a community-maintained list of platforms that provide a lot of content to the IPFS network.
36+
Below is a community-maintained list of nodes that provide a lot of content to the IPFS network.
3837

3938
If you're running a public IPFS gateway, you may see improved performance for popular queries by adding these nodes to your [Peering configuration][docs-peering-config].
4039

41-
To have your platform added to this list, please [open a PR to edit this page](https://github.com/ipfs/ipfs-docs/edit/main/docs/how-to/peering-with-content-providers.md) and add yourself to the list in alphabetical order.
40+
To add add your platform to this list, please [open a PR to edit this page](https://github.com/ipfs/ipfs-docs/edit/main/docs/how-to/peering-with-content-providers.md) and add yourself to the list in alphabetical order.
41+
42+
:::warning
43+
This list is provided for informational purposes only. The IPFS Project does not endorse or guarantee any of the content providers listed here, nor does it have any control over their operations or services. Users should exercise their own discretion and conduct their own due diligence when selecting and interacting with content providers.
44+
:::
4245

4346
### Cloudflare
4447

0 commit comments

Comments
 (0)