mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-06-13 21:37:13 +02:00
Now if we aren't given an explicit port, we always initiate the port search at 12300 and count upward looking for an available port. Normally the kernel will assign us a random port, but that's not ideal in our case because we'd like to use the same port numbers whenever possible; that avoids piling up crap inside iptables in the (hopefully unlikely) event that we die without cleaning up correctly.
Description
Transparent proxy server that works as a poor man's VPN. Forwards over ssh. Doesn't require admin. Works with Linux and MacOS. Supports DNS tunneling.
Languages
Python
95.1%
Shell
3.1%
Nix
1.3%
Dockerfile
0.5%