Skip to content

githcx/tcpproxyforbsd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

tcpproxy on freebsd use kqueue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.7%
  • CMake 3.3%