-
TIL any Unix machine can play SOCKS5 proxy with the simple command
ssh -N -D 0.0.0.0:1080 localhost
Super convenient when I need just one connection on a different machine on the network to be off the VPN it’s otherwise connected to.
ssh -N -D 0.0.0.0:1080 localhost
Super convenient when I need just one connection on a different machine on the network to be off the VPN it’s otherwise connected to.