Make dns_max_queries redef-able, and bump up the default from 5 to 25.

Addresses BIT-1460
This commit is contained in:
Vlad Grigorescu 2015-09-04 07:39:31 -05:00
parent d3f513fc80
commit 4ac8ae61f7

View file

@ -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.
##