From c331ba91fca6e5d82ab09fba417d5ee0d37504bc Mon Sep 17 00:00:00 2001 From: Jihyun Yu Date: Fri, 18 Jan 2019 15:59:58 +0900 Subject: openbsd: divert-to requires exact listen address divert-to does not work with '0.0.0.0' or similar listen address, so we need to specify listen address that we provided to `pf`. --- docs/src/content/howto-transparent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3