Dns Over Ssh

DNS over SSH Tunnel – Super User I want to setup my OSX system such that all network traffic is done through an SSH tunnel. I’ve written a small script for this purpose, and these are the commands executed by it: # setup tunnel ssh -fN -D 1080 -p 22 […]