Skip to content

githcx/tcpproxyforbsd

This branch is up to date with miwoow/tcpproxyforbsd:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

feabb0d · Feb 3, 2017

History

9 Commits
Feb 3, 2017
Feb 4, 2017
Feb 4, 2017
Feb 7, 2017

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%