aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/transparent/linux.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-01-19 13:28:18 +1300
committerAldo Cortesi <aldo@nullcube.com>2014-01-19 13:28:18 +1300
commit5782f9393ec5a8f16168c1324d3cc96136718760 (patch)
treed2f81591febd1515b3f31d046a36e69a7a3eb9b9 /doc-src/transparent/linux.html
parentbf1399fa2bc2f34a480a27f2a8ec98f2e479ddc2 (diff)
parent5acbef236c503bf973a5782dd0139efa977824ea (diff)
downloadmitmproxy-5782f9393ec5a8f16168c1324d3cc96136718760.tar.gz
mitmproxy-5782f9393ec5a8f16168c1324d3cc96136718760.tar.bz2
mitmproxy-5782f9393ec5a8f16168c1324d3cc96136718760.zip
Merge branch 'master' of ssh.github.com:cortesi/mitmproxy
Diffstat (limited to 'doc-src/transparent/linux.html')
-rw-r--r--doc-src/transparent/linux.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc-src/transparent/linux.html b/doc-src/transparent/linux.html
index 41840c75..96b7132a 100644
--- a/doc-src/transparent/linux.html
+++ b/doc-src/transparent/linux.html
@@ -3,7 +3,7 @@ achieve transparent mode.
<ol class="tlist">
- <li> <a href="@!urlTo("ssl.html")!@">Install the mitmproxy
+ <li> <a href="@!urlTo('ssl.html')!@">Install the mitmproxy
certificates on the test device</a>. </li>
<li> Enable IP forwarding:
@@ -38,3 +38,6 @@ iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j REDIRECT --to-port 8
running as the default gateway.</li>
</ol>
+
+
+For a detailed walkthrough, have a look at the <a href="@!urlTo('tutorials/transparent-dhcp.html')!@"><i>Transparently proxify virtual machines</i></a> tutorial.