aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src')
-rw-r--r--doc-src/faq.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc-src/faq.html b/doc-src/faq.html
index daca2b82..16b75d12 100644
--- a/doc-src/faq.html
+++ b/doc-src/faq.html
@@ -1,9 +1,17 @@
<div class="faq">
- <p class="question">Any tips for running mitmproxy on OSX?</p>
+<p class="question">Any tips for running mitmproxy on OSX?</p>
- Coming soon.
+You can use the OSX <b>open</b> program to create a simple and effective
+<b>~/.mailcap</b> file to view HTTP bodies:
+
+<pre>
+application/*; /usr/bin/open -Wn %s
+audio/*; /usr/bin/open -Wn %s
+image/*; /usr/bin/open -Wn %s
+video/*; /usr/bin/open -Wn %s
+</pre>
</div>