diff options
author | doktornotor <notordoktor@gmail.com> | 2015-11-07 15:32:03 +0100 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-11-07 15:32:03 +0100 |
commit | a9737fcef254292d7653c2e0fb8b733e378cd4e0 (patch) | |
tree | e61b3c00148a5f930d41a730cadd9ac3739ec2a9 /config | |
parent | 2d44eb0225d84775fe3dc9ba4c500386aac79ba7 (diff) | |
download | pfsense-packages-a9737fcef254292d7653c2e0fb8b733e378cd4e0.tar.gz pfsense-packages-a9737fcef254292d7653c2e0fb8b733e378cd4e0.tar.bz2 pfsense-packages-a9737fcef254292d7653c2e0fb8b733e378cd4e0.zip |
Add note about blacklists being unsupported on nanobsd
Diffstat (limited to 'config')
-rw-r--r-- | config/squidGuard-devel/squidguard.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/config/squidGuard-devel/squidguard.xml b/config/squidGuard-devel/squidguard.xml index b7874f82..f9987c71 100644 --- a/config/squidGuard-devel/squidguard.xml +++ b/config/squidGuard-devel/squidguard.xml @@ -42,7 +42,7 @@ ]]> </copyright> <name>squidguardgeneral</name> - <version>1.5.8</version> + <version>1.5.9</version> <title>Proxy filter SquidGuard: General settings</title> <include_file>/usr/local/pkg/squidguard.inc</include_file> <!-- Installation --> @@ -244,7 +244,12 @@ <field> <fielddescr>Blacklist</fielddescr> <fieldname>blacklist</fieldname> - <description><![CDATA[Check this option to enable blacklist]]></description> + <description> + <![CDATA[ + Check this option to enable blacklist.<br /> + <strong><span class="errmsg">Do NOT enable this on NanoBSD installs!</span></strong> + ]]> + </description> <type>checkbox</type> </field> <field> |