Update README.md

This commit is contained in:
Σrebe - Romain GERARD 2023-12-06 21:32:00 +01:00
parent e952834b9b
commit 89d9c0f385
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4

View file

@ -310,6 +310,7 @@ Else if you forward all the traffic without putting a static route, you will end
### Transparent proxy (linux only) <a name="tproxy"></a> ### Transparent proxy (linux only) <a name="tproxy"></a>
Transparent proxy allows to easily proxy any program.
Start wstunnel with Start wstunnel with
``` ```
sudo wstunnel client -L 'tproxy+tcp://1080' -L 'tproxy+udp://1080' wss://my.server.com:443 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 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 <a name="reverse"></a> ### Reverse tunneling <a name="reverse"></a>