mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-02 19:49:08 +01:00
Add ACL info to Squid documenation
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1931 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
74a75e756b
commit
964867cf3f
@ -62,9 +62,31 @@
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Other Squid configuration is required (particularly, you need
|
||||
to modify the original squid security settings) -- see <ulink
|
||||
url="http://www.squid-cache.org/">http://www.squid-cache.org/</ulink>.</para>
|
||||
<para>Other Squid configuration are usually required required. These
|
||||
changes typically consist of:</para>
|
||||
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>Adding an ACL that represents the clients on your local
|
||||
network.</para>
|
||||
|
||||
<para>Example:</para>
|
||||
|
||||
<programlisting>ACL my_networks src 192.168.1.0/24 192.168.2.0/24</programlisting>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Allowing HTTP access to that ACL.</para>
|
||||
|
||||
<para>Example:</para>
|
||||
|
||||
<programlisting>http_access allow my_networks</programlisting>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
|
||||
<para>See your distribution's Squid documenation and <ulink
|
||||
url="http://www.squid-cache.org/">http://www.squid-cache.org/</ulink>
|
||||
for details.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user