gost

A simple tunnel written in Go for secure network communication

brewmacoslinux
Try with needOr install directly
Source

About

GO Simple Tunnel - a simple tunnel written in golang

Commands

gost

Examples

Start a SOCKS5 proxy server on port 1080$ gost -L socks5://:1080
Create an HTTP tunnel server listening on port 8080$ gost -L http://:8080
Chain multiple proxies for layered tunneling$ gost -L socks5://:1080 -F socks5://proxy.example.com:1080