From f0b55fb1631b643935bf93ac8df3111de6eec78f Mon Sep 17 00:00:00 2001 From: nyuuzyou Date: Sat, 27 Apr 2024 16:16:12 +0300 Subject: [PATCH] Added mozhi.ducks.party instance --- README.md | 2 ++ instances.json | 14 +++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59059e2..dd78601 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ These envvars turn off/on engines. By default all of them are enabled. | [nyc1.mz.ggtyler.dev](https://nyc1.mz.ggtyler.dev) | No | USA | Royale Hosting | | [translate.projectsegfau.lt](https://translate.projectsegfau.lt) | No | Germany / USA / India | Avoro / Racknerd / Airtel | | [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 | ## Features - An all mode where the responses of all supported engines will be shown. diff --git a/instances.json b/instances.json index 65cb6f2..8647301 100644 --- a/instances.json +++ b/instances.json @@ -28,5 +28,17 @@ "link": "https://translate.nerdvpn.de", "cloudflare": false, "host": "vsys.host" + }, + { + "country": "Germany", + "link": "https://mozhi.ducks.party", + "cloudflare": false, + "host": "Datalix" + }, + { + "country": "Germany", + "link": "http://42i2bzogwkph3dvoo2bm6srskf7vvabsphw7uzftymbjjlzgfluhnmid.onion", + "cloudflare": false, + "host": "Datalix" } -] \ No newline at end of file +]