add sample in README

This commit is contained in:
2020-02-22 16:56:54 +08:00
parent 957ea09766
commit b0db8d4474

View File

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