awslawsl233
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
docs/readme.eng.md
|
|
@ -119,13 +119,13 @@ windows 10 and windows server. |
|
|
|
Its not required to install any linux distributions as suggested in most articles. |
|
|
|
tpws is static binary. It doesn't need a distribution. |
|
|
|
|
|
|
|
Install WSL : dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all |
|
|
|
Install WSL : `dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all` |
|
|
|
Copy binaries/x86_64/tpws_wsl.tgz to the target system. |
|
|
|
Run : wsl --import tpws "%USERPROFILE%\tpws" tpws_wsl.tgz |
|
|
|
Run tpws : wsl --exec /tpws --uid=1 --no-resolve --socks --bind-addr=127.0.0.1 --port=1080 <fooling_options> |
|
|
|
Run : `wsl --import tpws "%USERPROFILE%\tpws" tpws_wsl.tgz` |
|
|
|
Run tpws : `wsl --exec /tpws --uid=1 --no-resolve --socks --bind-addr=127.0.0.1 --port=1080 <fooling_options>` |
|
|
|
Configure socks as 127.0.0.1:1080 in a browser or another program. |
|
|
|
|
|
|
|
Cleanup : wsl --unregister tpws |
|
|
|
Cleanup : `wsl --unregister tpws` |
|
|
|
|
|
|
|
Tested in windows 10 build 19041 (20.04). |
|
|
|
|
|
|
|