winguse / go-tshp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tunnel of Secure HTTP Proxy

Usage as ssh proxy:

# .ssh/config

Host host-via-tshp
 HostName your-host-name
 User your-username
 ProxyCommand go-tshp --proxy-host=your-proxy-server:443 --target-host=%h:%p

About

License:MIT License


Languages

Language:Shell 44.9%Language:Makefile 32.5%Language:Go 22.6%