aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/snort3/files/local.lua9
1 files changed, 8 insertions, 1 deletions
diff --git a/net/snort3/files/local.lua b/net/snort3/files/local.lua
index 7929388ba..c48ffd0c8 100644
--- a/net/snort3/files/local.lua
+++ b/net/snort3/files/local.lua
@@ -2,7 +2,7 @@
-- switch tap to inline in ips and uncomment the below to run snort in inline mode
--snort = {}
---snort["-Q"] = ''
+--snort["-Q"] = true
ips = {
mode = tap,
@@ -50,3 +50,10 @@ file_policy = {
}
}
}
+
+-- To use openappid with snort, install the openappid package and uncomment the below
+--appid = {
+-- app_detector_dir = '/usr/lib/openappid',
+-- log_stats = true,
+-- app_stats_period = 60,
+--}