Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
/ tcpproxy Public archive
forked from adhocteam/tcpproxy

DEPRECATED A simple traffic-forwarding TCP proxy

License

Notifications You must be signed in to change notification settings

Semantics3/tcpproxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple TCP proxy service. It listens on an address (host and port combination)
and forwards all TCP traffic to a remote address.

Installation:

$ go get -u github.com/adhocteam/tcpproxy

Usage:

$ tcpproxy -l 0.0.0.0:29418 -r origin.server:29418

About

DEPRECATED A simple traffic-forwarding TCP proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%