aboutsummaryrefslogtreecommitdiffstats
path: root/config/suricata
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2015-07-23 17:03:04 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2015-07-23 17:03:04 -0400
commit5c3e7b4ef6254a248dec8af56a2485e9c0369d8d (patch)
treefc9ad70673697f58a64dcc7d35b13c561612ccd1 /config/suricata
parente94db4c615073d6a3e9ae81d91d2f6e61fec4e14 (diff)
downloadpfsense-packages-5c3e7b4ef6254a248dec8af56a2485e9c0369d8d.tar.gz
pfsense-packages-5c3e7b4ef6254a248dec8af56a2485e9c0369d8d.tar.bz2
pfsense-packages-5c3e7b4ef6254a248dec8af56a2485e9c0369d8d.zip
Add note reminding user to assign custom Pass List to an interface.
Diffstat (limited to 'config/suricata')
-rw-r--r--config/suricata/suricata_passlist.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/suricata/suricata_passlist.php b/config/suricata/suricata_passlist.php
index e7e55d20..e414fbd0 100644
--- a/config/suricata/suricata_passlist.php
+++ b/config/suricata/suricata_passlist.php
@@ -207,7 +207,8 @@ if ($savemsg) {
<p><?php echo gettext("1. Here you can create Pass List files for your Suricata package rules. Hosts on a Pass List are never blocked by Suricata."); ?><br/>
<?php echo gettext("2. Add all the IP addresses or networks (in CIDR notation) you want to protect against Suricata block decisions."); ?><br/>
<?php echo gettext("3. The default Pass List includes the WAN IP and gateway, defined DNS servers, VPNs and locally-attached networks."); ?><br/>
- <?php echo gettext("4. Be careful, it is very easy to get locked out of your system by altering the default settings."); ?></p></span></td>
+ <?php echo gettext("4. Be careful, it is very easy to get locked out of your system by altering the default settings."); ?><br/>
+ <?php echo gettext("5. To use a custom Pass List on an interface, you must manually assign the list using the drop-down control on the Interface Settings tab."); ?></p></span></td>
</tr>
<tr>
<td width="100%"><span class="vexpl"><?php echo gettext("Remember you must restart Suricata on the interface for changes to take effect!"); ?></span></td>