mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-30 05:50:53 +03:00
readme: wsl info specify tpws distro
This commit is contained in:
parent
f03bb1747f
commit
a23eae7e79
@ -1098,7 +1098,7 @@ Install WSL : `dism.exe /online /enable-feature /featurename:Microsoft-Windows-S
|
|||||||
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 -d tpws --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.
|
||||||
|
|
||||||
|
@ -1408,7 +1408,7 @@ tpws в режиме socks можно запускать и под более-м
|
|||||||
Установить WSL : dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all
|
Установить WSL : dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all
|
||||||
Скопировать на целевую систему binaries/x86_64/tpws_wsl.tgz.
|
Скопировать на целевую систему binaries/x86_64/tpws_wsl.tgz.
|
||||||
Выполнить : wsl --import tpws "%USERPROFILE%\tpws" tpws_wsl.tgz
|
Выполнить : wsl --import tpws "%USERPROFILE%\tpws" tpws_wsl.tgz
|
||||||
Запустить : wsl --exec /tpws --uid=1 --no-resolve --socks --bind-addr=127.0.0.1 --port=1080 <параметры_дурения>
|
Запустить : wsl -d tpws --exec /tpws --uid=1 --no-resolve --socks --bind-addr=127.0.0.1 --port=1080 <параметры_дурения>
|
||||||
Прописать socks 127.0.0.1:1080 в броузер или другую программу.
|
Прописать socks 127.0.0.1:1080 в броузер или другую программу.
|
||||||
|
|
||||||
Удаление : wsl --unregister tpws
|
Удаление : wsl --unregister tpws
|
||||||
|
Loading…
Reference in New Issue
Block a user