bitmaskit / go-tcp-proxy

Go TCP Proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-tcp-proxy

Very simple TCP Proxy

Demonstration purposes only, do not use in production 🙂

$ make all
$ ./bin/echoserver
$ ./bin/proxyserver
$ nc 0.0.0.0 7

About

Go TCP Proxy

License:MIT License


Languages

Language:Go 96.1%Language:Makefile 3.9%