From 43e48d5c26e363b2720ef836d1cd76bda12a8b31 Mon Sep 17 00:00:00 2001 From: Ftonans Date: Tue, 9 Jul 2024 13:27:34 +0300 Subject: [PATCH] Add in2.bloat.cat instance --- README.md | 1 + instances.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 6f0ea60..d6c19e1 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Not sure how to host your own instance? View the [deployment](#deployment) instr | https://intellectual.frontendfriendly.xyz/ | No | No | πŸ‡ΊπŸ‡Έ US | | | https://intellectual.lumaeris.com/ | No | No | πŸ‡ΊπŸ‡Έ US | | | https://in.bloat.cat/ | No | No | πŸ‡·πŸ‡΄ RO | | +| https://in2.bloat.cat/ | No | No | πŸ‡©πŸ‡ͺ DE | | If there is a checkmark under "Cloudflare", that means the site is proxied behind [Cloudflare](https://www.cloudflare.com/). diff --git a/instances.json b/instances.json index 13664b0..5d46c8c 100644 --- a/instances.json +++ b/instances.json @@ -25,5 +25,10 @@ "clearnet": "https://in.bloat.cat/", "country": "RO", "cdn": false + }, + { + "clearnet": "https://in2.bloat.cat/", + "country": "DE", + "cdn": false } ]