A site displaying public IPFS gateways and their online/offline status.
View the Public Gateway Checker on GitHub Pages: https://ipfs.github.io/public-gateway-checker/
NOTE: With the exception of ipfs.io
and dweb.link
, all gateways listed are hosted by third parties and should be treated as such.
If you'd like to add a new public gateway, please edit gateways.json
:
- Add the gateway's address to the bottom of the list
- Make sure the final item in the list does not have a comma at the end, but all preceding items do
Then, submit a pull request for this change. Be sure to follow all the directions in the pull request template so your PR can be triaged as quickly as possible.
$ npx http-server . -a 127.0.0.1 -p 3000 -c-1
Prefer to check public gateways from your terminal? A CLI version, ipfg
, is available at https://github.com/JayBrown/Tools/tree/master/ipfg.