diff options
author | Maximilian Hils <git@maximilianhils.com> | 2019-01-23 13:08:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-23 13:08:25 +0100 |
commit | 79b9e0d1bfe0b705ba4a5bc181204a4f8622dfb8 (patch) | |
tree | eb42393e40503f354f69231d4517f12cb23d9576 | |
parent | 5ad12e625b5357d19e1405ae3c0e5b9edd76651a (diff) | |
parent | c331ba91fca6e5d82ab09fba417d5ee0d37504bc (diff) | |
download | mitmproxy-79b9e0d1bfe0b705ba4a5bc181204a4f8622dfb8.tar.gz mitmproxy-79b9e0d1bfe0b705ba4a5bc181204a4f8622dfb8.tar.bz2 mitmproxy-79b9e0d1bfe0b705ba4a5bc181204a4f8622dfb8.zip |
Merge pull request #3451 from yjh0502/openbsd-doc
openbsd: divert-to requires exact listen address
-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 |