From e4c0b0e4338f64d47799b8035f3bcb4ed7c2b273 Mon Sep 17 00:00:00 2001 From: Joss Brown Date: Mon, 9 Oct 2017 14:17:24 +0200 Subject: [PATCH] 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",