Skip to content

Files

Latest commit

 

History

History
15 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 309 Bytes

TcpProxy On FreeBsd and linux

Using kqueue of Freebsd Using epoll of linux

Dependment

  1. pkg install json-c-0.12.1

Compile & Install

  1. cmake .
  2. make

Protocol

  1. Once proxy connect to upstream server. Proxy will send client real ip in uint32_t format to upstream server in network byte order.