-
Notifications
You must be signed in to change notification settings - Fork 428
chore: remove mentions of decommissioned Cloudflare hosts #1886
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
Changes from 8 commits
ca0e3ed
0472a43
b51d18d
5d8e556
d9335a1
6c8cd1b
1a6276b
ee3bbbc
0706cac
5ab18dc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ If you are running an IPFS node that is also configured as an IPFS gateway, each | |
- Put a CDN like Cloudflare in front of the IPFS gateway. | ||
- Consider enabling the [Accelerated DHT Client](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#accelerated-dht-client). | ||
- Test and monitor your internet connection speed, with a tool like [Speedtest CLI](https://www.speedtest.net/apps/cli). | ||
- Monitor disk I/O and make sure that no other processes are causing disk I/O bottlenecks with a tool like [iotop](https://linux.die.net/man/1/iotop) or [iostat](https://linux.die.net/man/1/iostat). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why did these links change and why is one to GitHub and the other not (looks like iostat might be here https://github.com/sysstat/sysstat)? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
- Monitor disk I/O and make sure that no other processes are causing disk I/O bottlenecks with a tool like [iotop](https://github.com/Tomas-M/iotop) or [iostat](https://en.wikipedia.org/wiki/Iostat). | ||
lidel marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
|
||
|
||
|
@@ -89,7 +89,7 @@ A compromised writeable gateway may inject falsified content into the IPFS netwo | |
1. Alice gives the falsified content CID to Bob. | ||
1. Bob fetches the content with this CID and cryptographically validates the balance of `0.00`. | ||
|
||
To partially address this exposure, you may wish to use the public gateway [cf-ipfs.com](https://cf-ipfs.com) as an independent, trusted reference with both same-origin policy and CORS support. | ||
To address this exposure, public gateways should only be limited to [trustless and verifiable response types](https://docs.ipfs.tech/reference/http/gateway/#trustless-verifiable-retrieval). | ||
|
||
## Assumed filenames when downloading files | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.