From 7bb5a81b8d057eeb31698fcbcd0094ee04de1e26 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Fri, 5 Apr 2024 23:02:00 +0530 Subject: [PATCH] add info about reverso blocks to readme (closes #27) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bbb710e..04b97d9 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ Mozhi makes use of swagger (using the fiber middleware) to manage the documentat You can find it in /api/swagger of any instance ([example](https://mozhi.aryak.me/api/swagger/index.html)). +## Why does Reverso not work? +Reverso sometimes blocks IPs of servers hosting mozhi, and since it doesn't have IPv6, an IP Rotator won't be viable. For more information, check out [#27](https://codeberg.org/aryak/mozhi/issues/27) + ## Configuration Features of Mozhi can be customized and toggled on/off using Environment Variables.