proxytunnel

Create TCP tunnels through HTTPS proxies for secure connections

brewmacoslinux
Try with needOr install directly
Source

About

Create TCP tunnels through HTTPS proxies

Commands

proxytunnel

Examples

Tunnel SSH through an HTTPS proxy$ proxytunnel -p proxy.example.com:8080 -d ssh.example.com:22 -a stdin
Create a tunnel for HTTP traffic through a corporate proxy$ proxytunnel -p corporate-proxy:3128 -d internal-server:80 -l 8888
Establish tunnel with proxy authentication credentials$ proxytunnel -p proxy.example.com:8080 -u username -s password -d remote.host:443 -l 9999