Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Dec 6, 2023
1 parent e952834 commit 89d9c0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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
Expand All @@ -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 <a name="reverse"></a>
Expand Down

0 comments on commit 89d9c0f

Please sign in to comment.