aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/transparent/osx.html
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2013-12-08 14:14:57 +0100
committerMaximilian Hils <git@maximilianhils.com>2013-12-08 14:14:57 +0100
commita509a9037b265d8a96756af91e2978ab95a2b81e (patch)
tree16509a91179ec886ef30e2036ec45ad5dc685e14 /doc-src/transparent/osx.html
parent4dcb2435fc3fba64a0cdc8d2acd5038fc140da13 (diff)
parente3c69fd105f925009fdf31efe8598f70e2950ab4 (diff)
downloadmitmproxy-a509a9037b265d8a96756af91e2978ab95a2b81e.tar.gz
mitmproxy-a509a9037b265d8a96756af91e2978ab95a2b81e.tar.bz2
mitmproxy-a509a9037b265d8a96756af91e2978ab95a2b81e.zip
Merge branch 'master' into 0.10
Diffstat (limited to 'doc-src/transparent/osx.html')
-rw-r--r--doc-src/transparent/osx.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc-src/transparent/osx.html b/doc-src/transparent/osx.html
index 77eea63b..205e4c76 100644
--- a/doc-src/transparent/osx.html
+++ b/doc-src/transparent/osx.html
@@ -67,3 +67,15 @@ rdr on en2 inet proto tcp to any port 443 -&gt; 127.0.0.1 port 8080
</ol>
+
+Note that the **rdr** rules in the pf.conf given above only apply to inbound
+traffic. This means that they will NOT redirect traffic coming from the box
+running pf itself. We can't distinguish between an outbound connection from a
+non-mitmproxy app, and an outbound connection from mitmproxy itself - if you
+want to intercept your OSX traffic, you should use an external host to run
+mitmproxy. None the less, pf is flexible to cater for a range of creative
+possibilities, like intercepting traffic emanating from VMs. See the
+**pf.conf** man page for more.
+
+
+