Update README.md
This commit is contained in:
parent
6a79ef6d4f
commit
001da057ea
1 changed files with 9 additions and 0 deletions
|
@ -167,6 +167,7 @@ docker pull ghcr.io/erebe/wstunnel:latest
|
||||||
|
|
||||||
## Examples <a name="examples"></a>
|
## Examples <a name="examples"></a>
|
||||||
|
|
||||||
|
* [Understand command line syntax](#syntax)
|
||||||
* [Simplest one with socks5 - Good for browsing internet](#simple)
|
* [Simplest one with socks5 - Good for browsing internet](#simple)
|
||||||
* [Proxy SSH](#ssh)
|
* [Proxy SSH](#ssh)
|
||||||
* [Bypass a corporate proxy](#corporate)
|
* [Bypass a corporate proxy](#corporate)
|
||||||
|
@ -174,6 +175,14 @@ docker pull ghcr.io/erebe/wstunnel:latest
|
||||||
* [Proxy easily any traffic with transparent proxy (linux only)](#tproxy)
|
* [Proxy easily any traffic with transparent proxy (linux only)](#tproxy)
|
||||||
* [How to secure access of your wstunnel server](#secure)
|
* [How to secure access of your wstunnel server](#secure)
|
||||||
|
|
||||||
|
### Understand command line syntax <a name="syntax"></a>
|
||||||
|
|
||||||
|
Wstunnel command line mimic ssh tunnel syntax.
|
||||||
|
You can take reference to [this article](https://iximiuz.com/en/posts/ssh-tunnels/), or this diagram to understand
|
||||||
|
<img src="https://iximiuz.com/ssh-tunnels/ssh-tunnels.png">
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### Simplest one <a name="simple"></a>
|
### Simplest one <a name="simple"></a>
|
||||||
On your remote host, start the wstunnel's server by typing this command in your terminal
|
On your remote host, start the wstunnel's server by typing this command in your terminal
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue