From 73ed95aa915e37aadb7e34412ebbd46e12b6ce60 Mon Sep 17 00:00:00 2001 From: awslawsl233 <89617778+awslawsl233@users.noreply.github.com> Date: Tue, 14 Dec 2021 16:52:32 +0800 Subject: [PATCH] Update readme.eng.md --- docs/readme.eng.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/readme.eng.md b/docs/readme.eng.md index be14bca..9ac9bf1 100644 --- a/docs/readme.eng.md +++ b/docs/readme.eng.md @@ -69,7 +69,6 @@ After installation remove /tmp/zapret to free RAM. The absolute minimum for openwrt is 64/8 system, 64/16 is comfortable, 128/extroot is recommended. - ### Android Its not possible to use nfqws and tpws in transparent proxy mode without root privileges. @@ -106,12 +105,10 @@ chmod 755 /data/local/tmp/zapret /data/local/tmp/zapret/tpws chcon u:object_r:system_file:s0 /data/local/tmp/zapret/tpws Now its possible to run /data/local/tmp/zapret/tpws from any app such as tasker. - ### FreeBSD, OpenBSD, MacOS see docs/bsd.eng.txt - ### Windows (WSL) Using WSL (Windows subsystem for Linux) it's possible to run tpws in socks mode under rather new builds of @@ -120,8 +117,10 @@ Its not required to install any linux distributions as suggested in most article tpws is static binary. It doesn't need a distribution. 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 ` Configure socks as 127.0.0.1:1080 in a browser or another program.