Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI
wstunnel uses the websocket protocol which is compatible with http in order to bypass firewalls and proxies, and allows you to tunnel whatever traffic you want and access whatever resources/site you need.
wstunnel uses the websocket protocol which is compatible with http in order to bypass firewalls and proxies, and allows you to tunnel whatever traffic you want and access whatever resources/site you need.
To install wstunnel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wstunnel
To see what files were installed by wstunnel, run:
port contents wstunnel
To later upgrade wstunnel, run:
sudo port selfupdate && sudo port upgrade wstunnel
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.