mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Make dns_max_queries redef-able, and bump up the default from 5 to 25.
Addresses BIT-1460
This commit is contained in:
parent
d3f513fc80
commit
4ac8ae61f7
1 changed files with 1 additions and 1 deletions
|
@ -2509,7 +2509,7 @@ global dns_skip_all_addl = T &redef;
|
|||
|
||||
## If a DNS request includes more than this many queries, assume it's non-DNS
|
||||
## traffic and do not process it. Set to 0 to turn off this functionality.
|
||||
global dns_max_queries = 5;
|
||||
global dns_max_queries = 25 &redef;
|
||||
|
||||
## HTTP session statistics.
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue