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 } ]