From 4b9981691e60accaa76ed839b0d472dc5a367793 Mon Sep 17 00:00:00 2001 From: Nato Boram Date: Fri, 11 Mar 2022 02:58:09 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=202.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- src/assets/json/gateways.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c759eb..d1c56b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this ### Security +## [2.2.1] + +### Changed + +- Updated my own gateway to its HTTPS link + ## [2.2.0] - 2022-03-11 ### Added diff --git a/README.md b/README.md index 13b22fc..3868120 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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) diff --git a/package.json b/package.json index 3001546..b0852b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "public-gateway-cacher", - "version": "2.2.0", + "version": "2.2.1", "description": "Cache a specific hash on a bunch of public gateways.", "keywords": [ "IPFS" diff --git a/src/assets/json/gateways.json b/src/assets/json/gateways.json index 89499c7..df617c8 100644 --- a/src/assets/json/gateways.json +++ b/src/assets/json/gateways.json @@ -58,7 +58,7 @@ "https://ipfs.eth.aragon.network/:type/:hash", "https://ipfs.smartholdem.io/: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", "http://ipfs.anonymize.com/:type/:hash", "https://ipfs.taxi/:type/:hash",