diff --git a/README.md b/README.md
index 3ae63ba..7944af7 100644
--- a/README.md
+++ b/README.md
@@ -173,6 +173,7 @@ docker pull ghcr.io/erebe/wstunnel:latest
* [Bypass a corporate proxy](#corporate)
* [Proxy Wireguard traffic](#wireguard)
* [Proxy easily any traffic with transparent proxy (linux only)](#tproxy)
+* [Reverse tunneling](#reverse)
* [How to secure access of your wstunnel server](#secure)
### Understand command line syntax
@@ -321,6 +322,25 @@ cproxy --port 1080 --mode tproxy -- curl https://google.com
---
+### Reverse tunneling
+
+Start wstunnel with
+```
+sudo wstunnel client -R 'tcp://[::]:8000:localhost:8000' wss://my.server.com:443
+```
+
+In another terminal, start a simple webserver on your local machine
+```
+python3 -m http.server
+```
+
+From your my.server.com machine/network you can now do
+```
+curl http://localhost:8000
+```
+
+---
+
### How to secure the access of your wstunnel server
Generate a secret, let's say `h3GywpDrP6gJEdZ6xbJbZZVFmvFZDCa4KcRd`