overtls

Simple proxy tunnel for bypassing network censorship and firewalls

brewmacoslinux
Try with needOr install directly
Source

About

Simple proxy tunnel for bypassing the GFW

Commands

overtls

Examples

Start overtls server listening on port 8443$ overtls -s 0.0.0.0:8443
Connect to remote overtls server as client$ overtls -c server.example.com:8443 -l 127.0.0.1:1080
Run with custom certificate and key files$ overtls -s 0.0.0.0:8443 -cert /path/to/cert.pem -key /path/to/key.pem