⚠️ This project is still in development and not ready for production use. Expect breaking changes and security issues.
A simple reverse proxy server that can be used to bypass NAT or firewalls. A client (behind NAT) connects to a server (public IP) and the server forwards the traffic to the client.
It is using rathole for the NAT traversal and caddy as a http/https reverse proxy.
A similar software is boringproxy but it can't forward udp traffic that is why I created this.
Instructions will be added soon.
- rathole for the NAT traversal
- caddy for the http/https reverse proxy
- boringproxy for the inspiration
- shadcn/ui for the web components
- Lucide for the icons
- tailwindcss for the css framework
- vite for the build tool
- bun for this cool JavaScript runtime