honmashironeko/ProxyCat — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple proxy pool service like ProxyCat that I can run locally or on a cloud server.

I want to paste in a list of short lived proxy IPs, or set an API that fetches new ones, then have the app give me one stable proxy address that my other tools can use. It should support HTTP and SOCKS5 access, rotate proxies automatically when they expire or fail, and let me choose random, ordered, or custom selection modes.

Please include a clean web dashboard where I can see the current proxy, status, last switch time, ports, auth settings, and basic logs. I also need username and password protection, simple allowlist and blocklist options, config changes without restarting, and Chinese and English language switching.

Make it easy to deploy with Docker, but also runnable directly with Python. Add clear setup instructions and sensible default config. Look up current docs online if you need to.

Want more depth? Deep Reverse