Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 257 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 257 Bytes

Go tcp proxy

A simple tcp proxy written in golang

How it works

The proxy listens on each of the ports defined in each of the apps in the config.json file. It proxies requests to any one of the targets defined and loadbalances between them.

Testing