From e4c0b0e4338f64d47799b8035f3bcb4ed7c2b273 Mon Sep 17 00:00:00 2001 From: Joss Brown Date: Mon, 9 Oct 2017 14:17:24 +0200 Subject: [PATCH 1/2] Update http to https for rx14.co.uk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There's already a 301 redirect in place, though the gateway itself is still offline (404): From the cli: ``` ❯ ipfg -M http://rx14.co.uk/ipfs/:hash Offline https://rx14.co.uk [301: http://rx14.co.uk] ❯ ipfg -M https://rx14.co.uk/ipfs/:hash Offline https://rx14.co.uk [404] ``` --- gateways.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateways.json b/gateways.json index f87521e..753a40a 100644 --- a/gateways.json +++ b/gateways.json @@ -2,7 +2,7 @@ "https://ipfs.io/ipfs/:hash", "https://gateway.ipfs.io/ipfs/:hash", "https://ipfs.infura.io/ipfs/:hash", - "http://rx14.co.uk/ipfs/:hash", + "https://rx14.co.uk/ipfs/:hash", "https://xmine128.tk/ipfs/:hash", "https://upload.global/ipfs/:hash", "https://ipfs.jes.xxx/ipfs/:hash", From d055936b5cd320da8d2d18d07f12633727716e22 Mon Sep 17 00:00:00 2001 From: dreadhello Date: Sun, 18 Mar 2018 14:14:09 +0100 Subject: [PATCH 2/2] Add ipfs.renehsz.com public gateway --- gateways.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gateways.json b/gateways.json index f87521e..0cc98fd 100644 --- a/gateways.json +++ b/gateways.json @@ -14,5 +14,6 @@ "https://ipfs.works/ipfs/:hash", "https://ipfs.work/ipfs/:hash", "https://ipfs.wa.hle.rs/ipfs/:hash", - "https://api.wisdom.sh/ipfs/:hash" + "https://api.wisdom.sh/ipfs/:hash", + "https://ipfs.renehsz.com/ipfs/:hash" ]