Proxer v0.14.1

A small reverse tunnel you can run yourself.

Expose services running on private machines through one public endpoint. Proxer keeps the wire protocol small, supports streaming and WebSockets, and ships as a native binary.

  • HTTP + SSE
  • WebSocket
  • Single-port server
winget install tinyrack.proxer
proxer
❯ proxer server --listen 0.0.0.0:8080 --domain tunnel.example.com
server listening on 0.0.0.0:8080
❯ proxer http 3000 --server wss://tunnel.example.com
subdomain: px-k7m3q9t2ab
url: https://px-k7m3q9t2ab.tunnel.example.com
❯ curl https://px-k7m3q9t2ab.tunnel.example.com
Hello from localhost:3000