Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 842 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 842 Bytes

JProxy

GitHub

A lightweight proxy with too many bugs 🥲

Features

  • support http/https/socks4/socks5 protocols on single port (mixin by default)
  • support upstream proxy
  • support self signed certificate generation
  • implementation with netty4, pooled direct buffer and zero copy...

Quick Start

Usage: java -jar JProxy.jar [--bind]
       java -jar JProxy.jar [--bind] [--upstream]
Example:
       - Start the transparent proxy by the given address
           java -jar JProxy.jar --bind localhost:8000
       - Start the transparent proxy and forward all packets to upstream by the given address
           java -jar JProxy.jar --bind localhost:9000 --upstream localhost:8000

License

MIT