diff options
Diffstat (limited to 'doc-src/transparent/linux.html')
-rw-r--r-- | doc-src/transparent/linux.html | 4 |
1 files changed, 2 insertions, 2 deletions
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. <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: @@ -40,4 +40,4 @@ iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j REDIRECT --to-port 8 </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. +For a detailed walkthrough, have a look at the <a href="@!urlTo('tutorials/transparent-dhcp.html')!@"><i>Transparently proxify virtual machines</i></a> tutorial. |