From 89d9c0f385b777b1e511aaceaff70d7cd202e452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3rebe=20-=20Romain=20GERARD?= Date: Wed, 6 Dec 2023 21:32:00 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7944af7..7c87f89 100644 --- a/README.md +++ b/README.md @@ -310,6 +310,7 @@ Else if you forward all the traffic without putting a static route, you will end ### Transparent proxy (linux only) +Transparent proxy allows to easily proxy any program. Start wstunnel with ``` sudo wstunnel client -L 'tproxy+tcp://1080' -L 'tproxy+udp://1080' wss://my.server.com:443 @@ -320,6 +321,12 @@ use this project to route traffic seamlessly https://github.com/NOBLES5E/cproxy. cproxy --port 1080 --mode tproxy -- curl https://google.com ``` +You can even start a new shell, were all your commands will be proxyfied +``` +cproxy --port 1080 --mode tproxy -- bash +``` + + --- ### Reverse tunneling