From 65f0b3280cd9d916e0b1c935977b323ace152c40 Mon Sep 17 00:00:00 2001 From: Kcchouette Date: Thu, 31 May 2018 20:56:50 +0200 Subject: [PATCH 1/2] Adding ipns.co --- gateways.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gateways.json b/gateways.json index 632d753..1437c3e 100644 --- a/gateways.json +++ b/gateways.json @@ -16,5 +16,6 @@ "https://ipfs.wa.hle.rs/ipfs/:hash", "https://api.wisdom.sh/ipfs/:hash", "https://gateway.blocksec.com/ipfs/:hash", - "https://ipfs.renehsz.com/ipfs/:hash" -] \ No newline at end of file + "https://ipfs.renehsz.com/ipfs/:hash", + "https://ipns.co/:hash" +] From 917103e7b0bd2da01c09e96bbc05004517119a81 Mon Sep 17 00:00:00 2001 From: victorbjelkholm Date: Mon, 17 Sep 2018 19:38:55 +0200 Subject: [PATCH 2/2] Fix indentation --- gateways.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gateways.json b/gateways.json index 2ba28f0..c6e6cca 100644 --- a/gateways.json +++ b/gateways.json @@ -17,6 +17,6 @@ "https://api.wisdom.sh/ipfs/:hash", "https://gateway.blocksec.com/ipfs/:hash", "https://ipfs.renehsz.com/ipfs/:hash", - "https://cloudflare-ipfs.com/ipfs/:hash", - "https://ipns.co/:hash" + "https://cloudflare-ipfs.com/ipfs/:hash", + "https://ipns.co/:hash" ]