diff options
author | robscool <robrob2626@yahoo.com> | 2009-04-14 22:33:05 -0700 |
---|---|---|
committer | robscool <robrob2626@yahoo.com> | 2009-04-14 22:33:05 -0700 |
commit | ba31b103f4a007298a5bbacd2dc601ab02ee381c (patch) | |
tree | 83aa55de5cdc513110a2983a34b8f200df0099fc /config/squid3/squid_nac.xml | |
parent | 80c3b66c9c05630a8c42c12573ed84f50c5f1e07 (diff) | |
parent | ff7de863b4c1af89ff7c0a036e6a052ccadeccfb (diff) | |
download | pfsense-packages-ba31b103f4a007298a5bbacd2dc601ab02ee381c.tar.gz pfsense-packages-ba31b103f4a007298a5bbacd2dc601ab02ee381c.tar.bz2 pfsense-packages-ba31b103f4a007298a5bbacd2dc601ab02ee381c.zip |
Merge commit 'mainline/master'
Diffstat (limited to 'config/squid3/squid_nac.xml')
-rw-r--r-- | config/squid3/squid_nac.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squid3/squid_nac.xml b/config/squid3/squid_nac.xml index 73c4cae5..56e3fa8b 100644 --- a/config/squid3/squid_nac.xml +++ b/config/squid3/squid_nac.xml @@ -111,7 +111,7 @@ <field> <fielddescr>Whitelist</fielddescr> <fieldname>whitelist</fieldname> - <description>Enter each destination domain on a new line 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. You also can use regular expressions.</description> <type>textarea</type> <cols>50</cols> <rows>5</rows> @@ -120,7 +120,7 @@ <field> <fielddescr>Blacklist</fielddescr> <fieldname>blacklist</fieldname> - <description>Enter each destination domain on a new line 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. You also can use regular expressions.</description> <type>textarea</type> <cols>50</cols> <rows>5</rows> |