# simple-go-tcp-proxy Simple TCP Proxy written in Go Lang Config sample: ```json { "tcpListens": [ { "listen": ":8443", "backend": "101.132.122.240:443" } ] } ```