From e58cfa872e28abe91a40d4f1d8a4cda6c9332cc6 Mon Sep 17 00:00:00 2001 From: valere Date: Mon, 24 Oct 2022 15:33:20 +0200 Subject: [PATCH] Add Hostux instance (#69) [ci skip] Reviewed-on: https://codeberg.org/video-prize-ranch/rimgo/pulls/69 Co-authored-by: valere Co-committed-by: valere --- README.md | 1 + instances.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index de1af8d..68f4dfc 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ To help distribute load, consider using instances other than the official one. | [rim.odyssey346.dev](https://rim.odyssey346.dev/) | πŸ‡«πŸ‡·οΈ FR | Trolling Solutions (OVH) | βœ… Data not collected | | | [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 | | ### Tor diff --git a/instances.json b/instances.json index cb45dd6..6da780e 100644 --- a/instances.json +++ b/instances.json @@ -78,5 +78,12 @@ "fi" ], "cloudflare": false + }, + { + "url": "https://rimgo.hostux.net", + "countries": [ + "fr" + ], + "cloudflare": false } ]