Secure tunnels to services running locally
git clone git@github.com:rmcintosh/wwvm.git
cd wwvm
pip3 install -e .
or python3 setup.py install
If Python is in your PATH, you can just run wwvm $port
to set up a tunnel. Otherwise, try python3 -m wwvm $port
.