Skip to content

ItzYanick/stupidproxy

Repository files navigation

stupidproxy

⚠️ 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.

Usage

Instructions will be added soon.

Credits