diff --git a/Shorewall-docs2/Shorewall_Squid_Usage.xml b/Shorewall-docs2/Shorewall_Squid_Usage.xml
index dc3bf47e2..945eee798 100644
--- a/Shorewall-docs2/Shorewall_Squid_Usage.xml
+++ b/Shorewall-docs2/Shorewall_Squid_Usage.xml
@@ -62,9 +62,31 @@
- Other Squid configuration is required (particularly, you need
- to modify the original squid security settings) -- see http://www.squid-cache.org/.
+ Other Squid configuration are usually required required. These
+ changes typically consist of:
+
+
+
+ Adding an ACL that represents the clients on your local
+ network.
+
+ Example:
+
+ ACL my_networks src 192.168.1.0/24 192.168.2.0/24
+
+
+
+ Allowing HTTP access to that ACL.
+
+ Example:
+
+ http_access allow my_networks
+
+
+
+ See your distribution's Squid documenation and http://www.squid-cache.org/
+ for details.