From 001da057ea67760ba04f871114abade2b8db7027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3rebe=20-=20Romain=20GERARD?= Date: Wed, 6 Dec 2023 20:58:05 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 04e40b0..3ae63ba 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ docker pull ghcr.io/erebe/wstunnel:latest ## Examples +* [Understand command line syntax](#syntax) * [Simplest one with socks5 - Good for browsing internet](#simple) * [Proxy SSH](#ssh) * [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) * [How to secure access of your wstunnel server](#secure) +### Understand command line syntax + +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 + + +--- + ### Simplest one On your remote host, start the wstunnel's server by typing this command in your terminal ```bash