Update README.md
This commit is contained in:
parent
e952834b9b
commit
89d9c0f385
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue