From 92966e7c48c754189b0578fc5202dd1d57d1dd7a Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 14 Jan 2014 17:47:33 +0100 Subject: add tutorial for transparent proxying, other minor docs improvements --- doc-src/transparent/linux.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc-src/transparent/linux.html') diff --git a/doc-src/transparent/linux.html b/doc-src/transparent/linux.html index 41840c75..d07155aa 100644 --- a/doc-src/transparent/linux.html +++ b/doc-src/transparent/linux.html @@ -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. + + +For a detailed walkthrough, have a look at the Transparently proxify virtual machines tutorial. -- cgit v1.2.3 From 779e303dfea49664c8c5bc0e871c684ab58be9df Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 14 Jan 2014 17:58:42 +0100 Subject: fix syntax highlighting for countershape urls by using different quotes --- doc-src/transparent/linux.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc-src/transparent/linux.html') diff --git a/doc-src/transparent/linux.html b/doc-src/transparent/linux.html index d07155aa..96b7132a 100644 --- a/doc-src/transparent/linux.html +++ b/doc-src/transparent/linux.html @@ -3,7 +3,7 @@ achieve transparent mode.
    -
  1. Install the mitmproxy +
  2. Install the mitmproxy certificates on the test device.
  3. Enable IP forwarding: @@ -40,4 +40,4 @@ iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j REDIRECT --to-port 8
-For a detailed walkthrough, have a look at the Transparently proxify virtual machines tutorial. +For a detailed walkthrough, have a look at the Transparently proxify virtual machines tutorial. -- cgit v1.2.3