diff --git a/README.md b/README.md index badc414..13f5fb3 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ To help distribute load, consider using instances other than the official one. | [rimgo.privacytools.io](https://rimgo.privacytools.io/) | 🇸🇪 SE | Cloudflare | ✅ Data not collected | | | [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 | ### Tor diff --git a/instances.json b/instances.json index 6da780e..a40c724 100644 --- a/instances.json +++ b/instances.json @@ -85,5 +85,12 @@ "fr" ], "cloudflare": false + }, + { + "url": "https://ri.zzls.xyz", + "countries": [ + "cl" + ], + "cloudflare": false } ]