From 36a8e99c9a3683e39684a104a8230565ac6b8dad Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Fri, 25 Nov 2022 21:56:49 -0500 Subject: [PATCH] Add rimgo.marcopisco.com (closes #79) [ci skip] --- README.md | 1 + instances.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index fc8b8ed..acab7c3 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ To help distribute load, consider using instances other than the official one. | [i.habedieeh.re](https://i.habedieeh.re/) | 🇨🇦️ CA | Oracle Cloud | ✅ Data not collected | | | [rimgo.hostux.net](https://rimgo.hostux.net/) | 🇫🇷️ FR | Gandi | ⚠️ Data collected | | | [ri.zzls.xyz](https://ri.zzls.xyz/) | 🇨🇱 CL | TELEFÓNICA CHILE | ✅ Data not collected | Self-hosted, provider is ISP | +| [rimgo.marcopisco.com](https://rimgo.marcopisco.com/) | 🇵🇹 PT | Cloudflare | ⚠️ Data collected | | ### Tor diff --git a/instances.json b/instances.json index a40c724..719caab 100644 --- a/instances.json +++ b/instances.json @@ -92,5 +92,12 @@ "cl" ], "cloudflare": false + }, + { + "url": "https://rimgo.marcopisco.com", + "countries": [ + "pt" + ], + "cloudflare": true } ]