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') 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