diff options
author | Maximilian Hils <git@maximilianhils.com> | 2014-01-18 17:25:59 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2014-01-18 17:25:59 +0100 |
commit | 0b4ad05e02d2d8d4d7329e731ebf52ad5cd20043 (patch) | |
tree | 8f80e441b68bba052f4e91d4ac44e43297a8750f /doc-src/transparent | |
parent | 6c24b1d0d2c3a2860d427e84e30d6022b6500320 (diff) | |
parent | 5acbef236c503bf973a5782dd0139efa977824ea (diff) | |
download | mitmproxy-0b4ad05e02d2d8d4d7329e731ebf52ad5cd20043.tar.gz mitmproxy-0b4ad05e02d2d8d4d7329e731ebf52ad5cd20043.tar.bz2 mitmproxy-0b4ad05e02d2d8d4d7329e731ebf52ad5cd20043.zip |
merge master
Diffstat (limited to 'doc-src/transparent')
-rw-r--r-- | doc-src/transparent/linux.html | 5 | ||||
-rw-r--r-- | doc-src/transparent/osx.html | 2 |
2 files changed, 5 insertions, 2 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. diff --git a/doc-src/transparent/osx.html b/doc-src/transparent/osx.html index 205e4c76..c1ae823d 100644 --- a/doc-src/transparent/osx.html +++ b/doc-src/transparent/osx.html @@ -7,7 +7,7 @@ OSX. <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: |