windows: update docs

This commit is contained in:
nom3ad 2024-07-16 21:47:37 +05:30 committed by Brian May
parent df9625bbfd
commit dff6950c4c
2 changed files with 11 additions and 4 deletions

View File

@ -4,7 +4,7 @@ sshuttle: where transparent proxy meets VPN meets ssh
As far as I know, sshuttle is the only program that solves the following
common case:
- Your client machine (or router) is Linux, FreeBSD, or MacOS.
- Your client machine (or router) is Linux, FreeBSD, MacOS or Windows.
- You have access to a remote network via ssh.
@ -108,6 +108,10 @@ It is also possible to install into a virtualenv as a non-root user.
nix-env -iA nixpkgs.sshuttle
- Windows::
Use PyPI
pip install sshuttle
Documentation
-------------

View File

@ -1,11 +1,14 @@
Microsoft Windows
=================
Experimental support::
Experimental native support::
Experimental built-in support for Windows is availble through `windivert` method.
You have to install https://pypi.org/project/pydivert pacakge. You need Administrator privileges to use windivert method
Experimental built-in support for Windows is available through `windivert` method.
You have to install https://pypi.org/project/pydivert package. You need Administrator privileges to use windivert method
Notes
- sshuttle should be executed from admin shell (Automatic firewall process admin elevation is not available)
- TCP/IPv4 supported (IPv6/UDP/DNS are not available)
Use Linux VM on Windows::