aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid
diff options
context:
space:
mode:
authormfuchs <martin.fuchs@trendchiller.com>2009-04-14 22:08:19 +0200
committermfuchs <martin.fuchs@trendchiller.com>2009-04-14 22:08:19 +0200
commitff7de863b4c1af89ff7c0a036e6a052ccadeccfb (patch)
tree1affa2dd51ababe6780f9f2021188d8016790f51 /config/squid
parent035b985f2789089ed9d68ad2568c5ac0901eda4e (diff)
downloadpfsense-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/squid')
-rw-r--r--config/squid/squid_nac.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squid/squid_nac.xml b/config/squid/squid_nac.xml
index e0489f8e..a61471ec 100644
--- a/config/squid/squid_nac.xml
+++ b/config/squid/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>