diff options
author | mfuchs <martin.fuchs@trendchiller.com> | 2009-04-14 22:08:19 +0200 |
---|---|---|
committer | mfuchs <martin.fuchs@trendchiller.com> | 2009-04-14 22:08:19 +0200 |
commit | ff7de863b4c1af89ff7c0a036e6a052ccadeccfb (patch) | |
tree | 1affa2dd51ababe6780f9f2021188d8016790f51 /config/squid3 | |
parent | 035b985f2789089ed9d68ad2568c5ac0901eda4e (diff) | |
download | pfsense-packages-ff7de863b4c1af89ff7c0a036e6a052ccadeccfb.tar.gz pfsense-packages-ff7de863b4c1af89ff7c0a036e6a052ccadeccfb.tar.bz2 pfsense-packages-ff7de863b4c1af89ff7c0a036e6a052ccadeccfb.zip |
change description: also RegExp can be used for dstdom
Diffstat (limited to 'config/squid3')
-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> |