diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-20 11:10:24 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-20 11:10:24 +0200 |
commit | 434b6aad60b37ae68f5e81fa1526ce242e07c9e3 (patch) | |
tree | 81d880d5c17b401a30fd29593cd4d425f542bedc | |
parent | db072559dc851c7d85cf78c0b4b449f3262dd7d9 (diff) | |
download | pfsense-packages-434b6aad60b37ae68f5e81fa1526ce242e07c9e3.tar.gz pfsense-packages-434b6aad60b37ae68f5e81fa1526ce242e07c9e3.tar.bz2 pfsense-packages-434b6aad60b37ae68f5e81fa1526ce242e07c9e3.zip |
Update instructions to account for transparent proxy setup
-rw-r--r-- | config/lightsquid/lightsquid.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/lightsquid/lightsquid.xml b/config/lightsquid/lightsquid.xml index a7d68530..834efd46 100644 --- a/config/lightsquid/lightsquid.xml +++ b/config/lightsquid/lightsquid.xml @@ -258,8 +258,10 @@ <description> <![CDATA[ 1/ <strong>Enable 'Access Logging' in the Squid package!</strong> It is strongly suggested to leave the 'Log Store Directory' in Squid package at default '/var/squid/logs' value.<br/><br/> - 2/ <strong>Configure Squid - General - Proxy Interface(s) to include 'loopback' interface</strong> (in addition to any other interfaces you want Squid to bind on).<br/> - Note: If using Squid 2.7 package, also do not forget to add '127.0.0.1' to Squid - Access Control - External Cache-Managers. (This is not needed for Squid 3.x.)<br/><br/> + 2a/ <strong>ONLY if Squid is NOT set up as transparent proxy:</strong><br/> + - Configure Squid - General - Proxy Interface(s) to include <strong>'loopback'</strong> interface (in addition to any other interfaces you want Squid to bind on).<br/> + 2b/ <strong>ONLY if using Squid 2.7 package</strong> (this is not needed for Squid 3.x.):<br/> + - Add '127.0.0.1' to Squid - Access Control - External Cache-Managers.<br/><br/> 3/ <strong>Configure 'Report Template Settings' and 'Reporting Settings and Scheduler' below and Save when finished.</strong><br/><br/> 4/ <strong>Use the Refresh buttons in the 'Manual Refresh' section below to create initial LightSquid reports</strong>; otherwise you will get an error diagnostic page.<br/> - <em>"Refresh now"</em> will (re)parse today's entries only in Squid's current access.log.<br/> |