From 00d51db9250bedf8a36924e15345648b0cecc38f Mon Sep 17 00:00:00 2001 From: Miheer Dewaskar Date: Sun, 11 Mar 2018 19:03:45 -0400 Subject: Spelling --- docs/src/content/howto-transparent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/src') diff --git a/docs/src/content/howto-transparent.md b/docs/src/content/howto-transparent.md index ee9e5994..e30dcab0 100644 --- a/docs/src/content/howto-transparent.md +++ b/docs/src/content/howto-transparent.md @@ -268,7 +268,7 @@ intercepting traffic emanating from VMs. See the **pf.conf** man page for more. {{% /note %}} -### Work-around to redirect traffic origination from the machine itself +### Work-around to redirect traffic originating from the machine itself Follow the steps **1, 2** as above. In step **3** change the file **pf.conf** to @@ -298,7 +298,7 @@ rdr pass proto tcp from any to any port $redir_ports -> $tproxy pass out route-to (lo0 127.0.0.1) proto tcp from any to any port $redir_ports user $redir_users {{< / highlight >}} -Follow steps **4-6** above. This will redirect the packets from all users other than `nobody` on the machine to mitmproxy. To avoid circularity, we must run mitmproxy as the user `nobody`. Hence step **7** should look like: +Follow steps **4-6** above. This will redirect the packets from all users other than `nobody` on the machine to mitmproxy. To avoid circularity, run mitmproxy as the user `nobody`. Hence step **7** should look like: {{< highlight bash >}} sudo -u nobody mitmproxy --mode transparent --showhost -- cgit v1.2.3