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