From 0bef79a2a48e9dda13b996e71cd9e494ea25275e Mon Sep 17 00:00:00 2001 From: kwaa Date: Sat, 4 Feb 2023 23:52:10 +0000 Subject: [PATCH] Add instance imgur.010032.xyz (#88) Reviewed-on: https://codeberg.org/video-prize-ranch/rimgo/pulls/88 Co-authored-by: kwaa Co-committed-by: kwaa --- README.md | 1 + instances.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index a6bf8cf..ce94c4f 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ To help distribute load, consider using instances other than the official one. | [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 | | | [rimgo.lunar.icu](https://rimgo.marcopisco.com/) | 🇩🇪 DE | Cloudflare | ✅ Data not collected | | +| [imgur.010032.xyz](https://imgur.010032.xyz/) | 🇰🇷 KR | Cloudflare | ✅ Data not collected | | ### Tor diff --git a/instances.json b/instances.json index df82b95..96ee3fd 100644 --- a/instances.json +++ b/instances.json @@ -96,5 +96,12 @@ "de" ], "cloudflare": true + }, + { + "url": "https://imgur.010032.xyz", + "countries": [ + "kr" + ], + "cloudflare": true } ]