diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2007-01-17 09:49:51 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2007-01-17 09:49:51 +0000 |
commit | 5fbe459e2ba938aa7a0235bf118adf1bad8592e7 (patch) | |
tree | 5169e6e9c5da7047a7e7092be7d2061a2b92e067 /packages/squid/squid_auth.xml | |
parent | 222073c445f094e20afedd2bc6c5031cf0d9fff2 (diff) | |
download | pfsense-packages-5fbe459e2ba938aa7a0235bf118adf1bad8592e7.tar.gz pfsense-packages-5fbe459e2ba938aa7a0235bf118adf1bad8592e7.tar.bz2 pfsense-packages-5fbe459e2ba938aa7a0235bf118adf1bad8592e7.zip |
Bump version to p12
*********
NOTE: the format for the white,black,nac,donotcache,banned and
unrestricted fields has changed!
*********
* fields now use newlines instead of csv so it is easier to import white
and blacklists.
* fix acl creation and ordering.
Diffstat (limited to 'packages/squid/squid_auth.xml')
-rw-r--r-- | packages/squid/squid_auth.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/squid/squid_auth.xml b/packages/squid/squid_auth.xml index 9367231d..2f20d755 100644 --- a/packages/squid/squid_auth.xml +++ b/packages/squid/squid_auth.xml @@ -132,8 +132,9 @@ <field> <fieldname>no_auth_hosts</fieldname> <fielddescr>Subnets that don't need authentication</fielddescr> - <description>A comma-separated list of subnets (in CIDR range, e.g.: 10.5.0.0/16, 192.168.1.50/32) whose hosts won't be asked for authentication to access the proxy.</description> + <description>Enter each subnet or IP address on a new line (in CIDR format, e.g.: 10.5.0.0/16, 192.168.1.50/32) that should not be asked for authentication to access the proxy.</description> <type>textarea</type> + <encoding>base64</encoding> <rows>5</rows> <cols>50</cols> </field> |