akshzyx/EndGame — reverse-engineered prompt

Reverse engineered prompt

I want this turned into a working self hosted front system for a Tor service that protects my real app server from floods and bad traffic without relying on any third party. Make it easy to deploy on a fresh Debian 11 machine, with a simple setup flow, sensible defaults, and clear instructions for what I need to edit so it can proxy either to an onion backend or to a local server on my network.

Please wire up the request filtering, captcha page, rate limiting, queue behavior, caching, and the hardening pieces so the front server can block abusive traffic and only pass good requests through. If the repo already includes support for I2P and the Go based load balancing piece for scaling across multiple front servers, include that too and explain how to use it in production.

I am not deeply technical, so please make the config and startup process straightforward, point out anything security sensitive like keys or passwords, and look up current docs online if you need to.

Want more depth? Deep Reverse