From 089edbf2d6918f2c7c17e77ff169e22d5345dcc9 Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 19 Nov 2010 17:10:32 -0500 Subject: Sync squid3 GUI code with recent changes to squid 2.x gui code, update to a more recent version of squid 3, enable for 2.0 (binaries have already been uploaded) --- config/squid3/squid.xml | 56 ++++++++++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 24 deletions(-) (limited to 'config/squid3/squid.xml') diff --git a/config/squid3/squid.xml b/config/squid3/squid.xml index 662805da..fe648a18 100644 --- a/config/squid3/squid.xml +++ b/config/squid3/squid.xml @@ -46,7 +46,7 @@ Describe your package requirements here Currently there are no FAQ items provided. squid - 3.0.8 + 2.6.STABLE18 Proxy server: General settings /usr/local/pkg/squid.inc @@ -63,32 +63,32 @@ - General settings + General /pkg_edit.php?xml=squid.xml&id=0 - Upstream proxy + Upstream Proxy /pkg_edit.php?xml=squid_upstream.xml&id=0 - Cache management + Cache Mgmt /pkg_edit.php?xml=squid_cache.xml&id=0 - Access control + Access Control /pkg_edit.php?xml=squid_nac.xml&id=0 - Traffic management + Traffic Mgmt /pkg_edit.php?xml=squid_traffic.xml&id=0 - Auth settings + Auth Settings /pkg_edit.php?xml=squid_auth.xml&id=0 - Local users + Local Users /pkg.php?xml=squid_users.xml @@ -96,52 +96,52 @@ /usr/local/pkg/ 0755 - http://www.pfsense.org/packages/config/squid3/squid.inc + http://www.pfsense.org/packages/config/squid/squid.inc /usr/local/pkg/ 0755 - http://www.pfsense.org/packages/config/squid3/squid_cache.xml + http://www.pfsense.org/packages/config/squid/squid_cache.xml /usr/local/pkg/ 0755 - http://www.pfsense.org/packages/config/squid3/squid_nac.xml + http://www.pfsense.org/packages/config/squid/squid_nac.xml /usr/local/pkg/ 0755 - http://www.pfsense.org/packages/config/squid3/squid_ng.xml + http://www.pfsense.org/packages/config/squid/squid_ng.xml /usr/local/pkg/ 0755 - http://www.pfsense.org/packages/config/squid3/squid_traffic.xml + http://www.pfsense.org/packages/config/squid/squid_traffic.xml /usr/local/pkg/ 0755 - http://www.pfsense.org/packages/config/squid3/squid_upstream.xml + http://www.pfsense.org/packages/config/squid/squid_upstream.xml /usr/local/pkg/ 0755 - http://www.pfsense.org/packages/config/squid3/squid_auth.xml + http://www.pfsense.org/packages/config/squid/squid_auth.xml /usr/local/pkg/ 0755 - http://www.pfsense.org/packages/config/squid3/squid_users.xml + http://www.pfsense.org/packages/config/squid/squid_users.xml /usr/local/etc/rc.d/ 0755 - http://www.pfsense.org/packages/config/squid3/proxy_monitor.sh + http://www.pfsense.org/packages/config/squid/proxy_monitor.sh /usr/local/pkg/ 0755 - http://www.pfsense.org/packages/config/squid3/squid_cache.xml + http://www.pfsense.org/packages/config/squid/squid_cache.xml @@ -177,10 +177,17 @@ Bypass proxy for these source IPs defined_ip_proxy_off - Do not forward traffic from these <b>source</b> IPs through the proxy server but directly through the firewall. Separate by semi-colons (;). + Do not forward traffic from these <b>source</b> IPs, hostnames, or aliases through the proxy server but directly through the firewall. Separate by semi-colons (;). input 80 - + + + Bypass proxy for these destination IPs + defined_ip_proxy_off_dest + Do not proxy traffic going to these <b>destination</b> IPs, hostnames, or aliases, but let it pass directly through the firewall. Separate by semi-colons (;). + input + 80 + Enabled logging log_enabled @@ -195,7 +202,7 @@ input 60 - /var/squid/log + /var/squid/logs Log rotate @@ -296,8 +303,8 @@ disable_squidversion If set, suppress Squid version string info in HTTP headers and HTML error pages. checkbox - - + + Custom Options custom_options You can put your own custom options here, separated by semi-colons (;). They'll be added to the configuration. They need to be squid.conf native options, otherwise squid will NOT work. @@ -330,4 +337,5 @@ squid_deinstall_command(); exec("/bin/rm -f /usr/local/etc/rc.d/squid*"); - + squid_generate_rules + \ No newline at end of file -- cgit v1.2.3