mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-23 08:23:20 +01:00
windows: update docs
This commit is contained in:
parent
df9625bbfd
commit
dff6950c4c
@ -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
|
||||
-------------
|
||||
|
@ -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::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user