mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
small nits
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@922 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
a02bc08320
commit
0e209f0d3e
@ -31,7 +31,7 @@
|
||||
</legalnotice>
|
||||
</articleinfo>
|
||||
|
||||
<para> <ulink url="http://www.squid-cache.org/"><inlinemediaobject><imageobject><imagedata
|
||||
<para><ulink url="http://www.squid-cache.org/"><inlinemediaobject><imageobject><imagedata
|
||||
align="left" fileref="images/squidnow.gif" /></imageobject></inlinemediaobject></ulink>
|
||||
<ulink url="http://www.squid-cache.org/"><inlinemediaobject><imageobject><imagedata
|
||||
align="right" fileref="images/cache_now.gif" /></imageobject></inlinemediaobject></ulink></para>
|
||||
@ -39,7 +39,8 @@
|
||||
<para>This page covers Shorewall configuration to use with Squid running as
|
||||
a Transparent Proxy or as a Manual Proxy.</para>
|
||||
|
||||
<para>If you are running Shorewall 1.3, please see this documentation.</para>
|
||||
<para>If you are running Shorewall 1.3, please see <ulink
|
||||
url="1.3/Shorewall_Squid_Usage.html">this documentation</ulink>.</para>
|
||||
|
||||
<section>
|
||||
<title>Squid as a Transparent Proxy</title>
|
||||
@ -389,7 +390,7 @@ fi</programlisting>
|
||||
|
||||
<programlisting>iptables -t nat -A PREROUTING -i eth0 -d ! 192.168.1.3 -p tcp --dport 80 -j REDIRECT --to-ports 3128</programlisting>
|
||||
|
||||
<para> If you are running RedHat on the server, you can simply
|
||||
<para>If you are running RedHat on the server, you can simply
|
||||
execute the following commands after you have typed the iptables
|
||||
command above:</para>
|
||||
|
||||
|
@ -7,9 +7,7 @@
|
||||
<title>Shorewall Troubleshooting Guide</title>
|
||||
|
||||
<author>
|
||||
<firstname>Thomas</firstname>
|
||||
|
||||
<othername>M.</othername>
|
||||
<firstname>Tom</firstname>
|
||||
|
||||
<surname>Eastep</surname>
|
||||
</author>
|
||||
|
Loading…
Reference in New Issue
Block a user