mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Stop loading scan detection in local.zeek by default
This commit is contained in:
parent
6cedfe81bb
commit
9c8db5f6ca
5 changed files with 14 additions and 5 deletions
|
@ -14,8 +14,9 @@
|
|||
# Enable logging of memory, packet and lag statistics.
|
||||
@load misc/stats
|
||||
|
||||
# Load the scan detection script.
|
||||
@load misc/scan
|
||||
# Load the scan detection script. It's disabled by default because
|
||||
# it often causes performance issues.
|
||||
#@load misc/scan
|
||||
|
||||
# Detect traceroute being run on the network. This could possibly cause
|
||||
# performance trouble when there are a lot of traceroutes on your network.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue