You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
488 B
22 lines
488 B
## |
|
## snort.conf -- Snort Daemon Configuration |
|
## |
|
|
|
# common variables |
|
var VAR_PATH @l_prefix@/var/snort |
|
var RULE_PATH $VAR_PATH/rules |
|
|
|
# output selection |
|
config alertfile: $VAR_PATH/snort.alert.log |
|
output alert_fast: $VAR_PATH/snort.alert.log |
|
#output log_tcpdump: $VAR_PATH/snort.alert.cap |
|
|
|
# configuration parameters |
|
config show_year |
|
config order: alert pass log |
|
|
|
# load snort rules configuration |
|
var HOME_NET any |
|
var EXTERNAL_NET any |
|
include $RULE_PATH/snort.conf |
|
|
|
|