From 054a7175703f7fe516b7ca38fac447ae5f0578d6 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Wed, 3 May 2023 19:41:05 -0400 Subject: [PATCH] Add rimgo.fascinated.cc (closes #102) --- README.md | 1 + instances.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index ea6ef0e..82da491 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ To help distribute load, consider using instances other than the official one. | [rimgo.eu.projectsegfau.lt](https://rimgo.projectsegfau.lt/) | 🇱🇺 LU | FranTech Solutions | ✅ Data not collected | | | [rimgo.us.projectsegfau.lt](https://rimgo.projectsegfau.lt/) | 🇺🇸 US | DigitalOcean | ✅ Data not collected | | | [rimgo.in.projectsegfau.lt](https://rimgo.projectsegfau.lt/) | 🇮🇳 IN | Airtel | ✅ Data not collected | | +| [rimgo.fascinated.cc](https://rimgo.fascinated.cc/) | 🇺🇸 US | Cloudflare | ✅ Data not collected | | ### Tor diff --git a/instances.json b/instances.json index 12e1dad..26a5032 100644 --- a/instances.json +++ b/instances.json @@ -121,5 +121,12 @@ "us" ], "cloudflare": true + }, + { + "url": "https://rimgo.fascinated.cc", + "countries": [ + "us" + ], + "cloudflare": true } ]