itsFLoKi/daggerConnect — reverse-engineered prompt
Reverse engineered prompt
Build me a Linux reverse tunnel tool called DaggerConnect that makes it easy to connect an outside server to a destination server through encrypted tunnels that try to look like normal web traffic. I want a real server mode and client mode, simple config generation in JSON or YAML, and a one command install script with a menu that can set up either side, choose a transport, add port mappings, and register system services.
It should support common transports like HTTP, HTTPS, WebSocket, TCP, UDP, and faster low latency modes, plus optional advanced raw and tunnel based modes for stronger DPI bypass when running as root. Please include TCP and UDP forwarding, multiple listeners on the server, multiple connection paths on the client, connection pooling, auto reconnect, heartbeat checks, traffic obfuscation, and encryption with a shared key. I also want sensible performance profiles like balanced, latency, gaming, and low CPU.
Make the CLI simple, with version, config generation, and run from config. Add clear docs and examples for a basic SSH forwarding setup. Look up current docs online if you need to.
Want more depth? Deep Reverse