From 5783c54e45010cf6b8b1ad4b86adb434d0788b20 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Mon, 27 May 2024 16:27:29 +0200 Subject: [PATCH] Add mozhi.pussthecat.org --- README.md | 1 + instances.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 371f622..38ac83c 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ These envvars turn off/on engines. By default all of them are enabled. | [translate.nerdvpn.de](https://translate.nerdvpn.de) | No | Ukraine | vsys.host | | [mozhi.ducks.party](https://mozhi.ducks.party) | No | Germany | Datalix | | [mozhi.ducks.party (Tor)](http://42i2bzogwkph3dvoo2bm6srskf7vvabsphw7uzftymbjjlzgfluhnmid.onion) | No | Germany | Datalix | +| [mozhi.pussthecat.org](https://mozhi.pussthecat.org) | No | Germany | Hetzner | ## Features - An all mode where the responses of all supported engines will be shown. diff --git a/instances.json b/instances.json index 8647301..4d75cad 100644 --- a/instances.json +++ b/instances.json @@ -41,4 +41,10 @@ "cloudflare": false, "host": "Datalix" } + { + "country": "Germany", + "link": "https://mozhi.pussthecat.org", + "cloudflare": false, + "host": "Hetzner" + } ]