aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/content/howto-transparent-vms.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/content/howto-transparent-vms.md')
-rw-r--r--docs/src/content/howto-transparent-vms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/howto-transparent-vms.md b/docs/src/content/howto-transparent-vms.md
index b186fd39..1446ede7 100644
--- a/docs/src/content/howto-transparent-vms.md
+++ b/docs/src/content/howto-transparent-vms.md
@@ -106,7 +106,7 @@ sudo iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 443 -j REDIRECT --to-p
Finally, we can run mitmproxy in transparent mode with
{{< highlight bash >}}
-mitmproxy -T
+mitmproxy --mode transparent
{{< / highlight >}}
The proxied machine cannot to leak any data outside of HTTP or DNS requests. If