Browse Source

Update readme.eng.md

pull/81/head
awslawsl233 3 years ago
committed by GitHub
parent
commit
e396f2766a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/readme.eng.md

8
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. Its not required to install any linux distributions as suggested in most articles.
tpws is static binary. It doesn't need a distribution. 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. Copy binaries/x86_64/tpws_wsl.tgz to the target system.
Run : wsl --import tpws "%USERPROFILE%\tpws" tpws_wsl.tgz 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 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. 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). Tested in windows 10 build 19041 (20.04).

Loading…
Cancel
Save