Skip to content
/ tcproxy Public
forked from dccmx/tcproxy

a small efficient tcp proxy for unix like system

License

Notifications You must be signed in to change notification settings

liuniu/tcproxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcproxy

tcproxy is a small efficient tcp proxy that can be used for port forwarding or load balancing.

sample usage

tcproxy "11212 -> 11211"
tcproxy "192.168.0.1:11212 -> 192.168.0.2:11211"

not implemented yet

tcproxy "any:11212 -> rr{192.168.0.100:11211 192.168.0.101:11211 192.168.0.102:11211}"
tcproxy "any:11212 -> hash{192.168.0.100:11211 192.168.0.101:11211 192.168.0.102:11211}"

About

a small efficient tcp proxy for unix like system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.9%
  • Other 2.8%
  • Makefile 1.3%