diff options
| -rw-r--r-- | docs/src/content/howto-transparent.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/src/content/howto-transparent.md b/docs/src/content/howto-transparent.md index ae36f579..9be1e2f8 100644 --- a/docs/src/content/howto-transparent.md +++ b/docs/src/content/howto-transparent.md @@ -124,7 +124,7 @@ doas pfctl -e  You probably want a command like this:  {{< highlight bash  >}} -mitmproxy --mode transparent --showhost +mitmproxy --mode transparent --listen-host 127.0.0.1 --showhost  {{< / highlight >}}  The `--mode transparent` option turns on transparent mode, and the `--showhost` argument tells | 
