simple-go-tcp-proxy
Simple TCP Proxy written in Go Lang
Config sample:
{
"tcpListens": [
{
"listen": ":8443",
"backend": "101.132.122.240:443"
}
]
}
Codes:
- tcp2tls_client.go
- tls2tcp_server.go
Copied from: https://gist.github.com/cs8425/a742349a55596f1b251a
Description
Languages
Go
100%