From 4ac8ae61f7fdb3842ffac6b8355913aa0ab79dde Mon Sep 17 00:00:00 2001 From: Vlad Grigorescu Date: Fri, 4 Sep 2015 07:39:31 -0500 Subject: [PATCH] Make dns_max_queries redef-able, and bump up the default from 5 to 25. Addresses BIT-1460 --- scripts/base/init-bare.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/base/init-bare.bro b/scripts/base/init-bare.bro index 40f518b682..14d3ed3a4b 100644 --- a/scripts/base/init-bare.bro +++ b/scripts/base/init-bare.bro @@ -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. ##