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_nac.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_nac.xml')
-rw-r--r-- | packages/squid/squid_nac.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/packages/squid/squid_nac.xml b/packages/squid/squid_nac.xml index 9b6268ee..0d5128b8 100644 --- a/packages/squid/squid_nac.xml +++ b/packages/squid/squid_nac.xml @@ -38,40 +38,45 @@ <field> <fieldname>allowed_subnets</fieldname> <fielddescr>Allowed subnets</fielddescr> - <description>Those are the subnets (separated by commas) that are allowed to use the proxy. The subnets must be expressed as CIDR ranges (e.g.: 192.168.1.0/24). Note that the proxy interface subnet is already an allowed subnet. All the other subnets won't be able to use the proxy.</description> + <description>Enter each subnet on a new line that is allowed to use the proxy. The subnets must be expressed as CIDR ranges (e.g.: 192.168.1.0/24). Note that the proxy interface subnet is already an allowed subnet. All the other subnets won't be able to use the proxy.</description> <type>textarea</type> + <encoding>base64</encoding> <rows>5</rows> <cols>50</cols> </field> <field> <fieldname>unrestricted_hosts</fieldname> <fielddescr>Unrestricted IPs</fielddescr> - <description>The IP addresses specified here (separated by commas) won't be filtered out by the other access control directives set in this page.</description> + <description>Enter each unrestricted IP address on a new line that is not to be filtered out by the other access control directives set in this page.</description> <type>textarea</type> + <encoding>base64</encoding> <rows>5</rows> <cols>50</cols> </field> <field> <fieldname>banned_hosts</fieldname> <fielddescr>Banned host addresses</fielddescr> - <description>The IP addresses specified here (separated by commas) won't be allowed to use the proxy.</description> + <description>Enter each IP address on a new line that is not to be allowed to use the proxy.</description> <type>textarea</type> + <encoding>base64</encoding> <rows>5</rows> <cols>50</cols> </field> <field> <fieldname>whitelist</fieldname> <fielddescr>Whitelist</fielddescr> - <description>Those are the destination domains (separated by commas) that will be accessable to the users that are allowed to use the proxy.</description> + <description>Enter each destination domain on a new line that will be accessable to the users that are allowed to use the proxy.</description> <type>textarea</type> + <encoding>base64</encoding> <rows>5</rows> <cols>50</cols> </field> <field> <fieldname>blacklist</fieldname> <fielddescr>Blacklist</fielddescr> - <description>Those are the destination domains (separated by commas) that will be blocked to the users that are allowed to use the proxy.</description> + <description>Enter each destination domain on a new line that will be blocked to the users that are allowed to use the proxy.</description> <type>textarea</type> + <encoding>base64</encoding> <rows>5</rows> <cols>50</cols> </field> |