c3b2a7 / JProxy

A lightweight proxy written entirely in netty.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A lightweight proxy written entirely in netty.

License:MIT License


Languages

Language:Java 100.0%