From 30f5fdcbf29cfa86c439c759078697cb295eaf4d Mon Sep 17 00:00:00 2001 From: rx Date: Wed, 8 Mar 2023 00:26:43 +0000 Subject: [PATCH] Add instance i.01r.xyz (#92) Co-authored-by: rx443 Reviewed-on: https://codeberg.org/video-prize-ranch/rimgo/pulls/92 Co-authored-by: rx Co-committed-by: rx --- README.md | 1 + instances.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 22f4a7f..9c22a51 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ To help distribute load, consider using instances other than the official one. | [rimgo.lunar.icu](https://rimgo.marcopisco.com/) | πŸ‡©πŸ‡ͺ DE | Cloudflare | βœ… Data not collected | | | [imgur.010032.xyz](https://imgur.010032.xyz/) | πŸ‡°πŸ‡· KR | Cloudflare | βœ… Data not collected | | | [rimgo.kling.gg](https://rimgo.kling.gg/) | πŸ‡³πŸ‡± NL | RamNode | βœ… Data not collected | | +| [i.01r.xyz](https://i.01r.xyz/) | πŸ‡ΊπŸ‡Έ US | Cloudflare | βœ… Data not collected | | ### Tor diff --git a/instances.json b/instances.json index 6d99cbd..12e1dad 100644 --- a/instances.json +++ b/instances.json @@ -114,5 +114,12 @@ "nl" ], "cloudflare": false + }, + { + "url": "https://i.01r.xyz", + "countries": [ + "us" + ], + "cloudflare": true } ]