-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: subdomain gateways and Origin isolation check (#78)
This adds two known public gateways that support Origin isolation and Origin flag next to each gateway License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
- Loading branch information
Showing
3 changed files
with
42 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
# ipfs/public-gateway-checker | ||
|
||
Checks which public IPFS gateways are online or not. | ||
|
||
NOTE: All of these (except gateway.ipfs.io and ipfs.io) are hosted by third-parties and should be treated as such. | ||
> Checks which public IPFS gateways are online or not. | ||
You can view this website on GitHub Pages: https://ipfs.github.io/public-gateway-checker/ | ||
|
||
Here's a screenshot: | ||
[![screenshot_2019-12-14.png](https://ipfs.io/ipfs/QmX53EdPJxH377WHfwH8wV3tu8Zzjq9ojgQS6U82JRM6bd?filename=screenshot_2019-12-14.png)](https://ipfs.github.io/public-gateway-checker/) | ||
|
||
[![screenshot](https://ipfs.io/ipfs/QmY261PdTRv3eKgxqCfgAbKkCrSxdCerfjjPoc3Arq9C5q)](https://ipfs.github.io/public-gateway-checker/) | ||
**NOTE:** All of these (except `ipfs.io` and `dweb.link`) are hosted by third-parties and should be treated as such. | ||
|
||
A CLI version `ipfg` is available here: https://github.com/JayBrown/Tools/tree/master/ipfg | ||
|
||
## Adding a new public gateway | ||
|
||
If you'd like to add a new public gateway, please edit `gateways.json` and submit a pull request. | ||
|
||
|
||
## Command line | ||
|
||
A CLI version `ipfg` is available here: https://github.com/JayBrown/Tools/tree/master/ipfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters