Update README.md

This commit is contained in:
Σrebe - Romain GERARD 2023-12-06 20:58:05 +01:00
parent 6a79ef6d4f
commit 001da057ea
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4

View file

@ -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