commit
11ec464c07
|
@ -18,6 +18,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
|
## [2.2.1]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Updated my own gateway to its HTTPS link
|
||||||
|
|
||||||
## [2.2.0] - 2022-03-11
|
## [2.2.0] - 2022-03-11
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
Cache a specific hash on a bunch of public gateways.
|
Cache a specific hash on a bunch of public gateways.
|
||||||
|
|
||||||
You can view this website on [GitLab Pages](https://natoboram.gitlab.io/public-gateway-cacher) and [IPFS](https://bafybeigmtv32yzjryuv5uwfhzqtrjt6va7dwaxuvhoqqirkwcg2q6mlai4.ipfs.dweb.link).
|
You can view this website on [GitLab Pages](https://natoboram.gitlab.io/public-gateway-cacher) and [IPFS](https://bafybeievsdzxuvuah5t6vzhig525jecp7wmupnm7olxdkonqmte57zoqf4.ipfs.dweb.link).
|
||||||
|
|
||||||
![Screenshot](https://bafybeie7txrbzw6ipb62lplnpzsjpz7s4o5q7uufb5rjfelol2cuxeyzye.ipfs.dweb.link/Screenshot_2020-07-09%20Public%20Gateway%20Cacher.png)
|
![Screenshot](https://bafybeie7txrbzw6ipb62lplnpzsjpz7s4o5q7uufb5rjfelol2cuxeyzye.ipfs.dweb.link/Screenshot_2020-07-09%20Public%20Gateway%20Cacher.png)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "public-gateway-cacher",
|
"name": "public-gateway-cacher",
|
||||||
"version": "2.2.0",
|
"version": "2.2.1",
|
||||||
"description": "Cache a specific hash on a bunch of public gateways.",
|
"description": "Cache a specific hash on a bunch of public gateways.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"IPFS"
|
"IPFS"
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
"https://ipfs.eth.aragon.network/:type/:hash",
|
"https://ipfs.eth.aragon.network/:type/:hash",
|
||||||
"https://ipfs.smartholdem.io/:type/:hash",
|
"https://ipfs.smartholdem.io/:type/:hash",
|
||||||
"https://ipfs.xoqq.ch/:type/:hash",
|
"https://ipfs.xoqq.ch/:type/:hash",
|
||||||
"http://natoboram.mynetgear.com:8080/:type/:hash",
|
"https://natoboram.mynetgear.com/:type/:hash",
|
||||||
"https://video.oneloveipfs.com/:type/:hash",
|
"https://video.oneloveipfs.com/:type/:hash",
|
||||||
"http://ipfs.anonymize.com/:type/:hash",
|
"http://ipfs.anonymize.com/:type/:hash",
|
||||||
"https://ipfs.taxi/:type/:hash",
|
"https://ipfs.taxi/:type/:hash",
|
||||||
|
|
Loading…
Reference in New Issue