diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-05-21 15:18:51 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-05-21 15:18:51 -0300 |
commit | 4c3480ad5ff3d019998bcec1477c357c5e876c11 (patch) | |
tree | 787aa92b93df42146e610b72225b93d2fc001606 /config/suricata/suricata_yaml_template.inc | |
parent | 2756de4fc9eb14746bf0d5be7e83826958723201 (diff) | |
parent | 97e0eebfbdaa33bd2e7fbf674da94998abf81ced (diff) | |
download | pfsense-packages-4c3480ad5ff3d019998bcec1477c357c5e876c11.tar.gz pfsense-packages-4c3480ad5ff3d019998bcec1477c357c5e876c11.tar.bz2 pfsense-packages-4c3480ad5ff3d019998bcec1477c357c5e876c11.zip |
Merge pull request #659 from bmeeks8/suricata-1.0.2
Diffstat (limited to 'config/suricata/suricata_yaml_template.inc')
-rw-r--r-- | config/suricata/suricata_yaml_template.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/suricata/suricata_yaml_template.inc b/config/suricata/suricata_yaml_template.inc index c20ca8db..44fd1d5f 100644 --- a/config/suricata/suricata_yaml_template.inc +++ b/config/suricata/suricata_yaml_template.inc @@ -29,7 +29,7 @@ default-log-dir: {$suricatalogdir}suricata_{$if_real}{$suricata_uuid} # Configure the type of alert (and other) logging. outputs: - # alert_pf blocking plugin + # alert-pf blocking plugin - alert-pf: enabled: {$suri_blockoffenders} kill-state: {$suri_killstates} |