mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add dns_resolver option
This allows one to configure the address of the DNS server to use for lookup operations. Addresses GH-216
This commit is contained in:
parent
fd63168171
commit
af82e87699
4 changed files with 121 additions and 23 deletions
|
@ -3656,6 +3656,12 @@ global dns_skip_all_addl = T &redef;
|
|||
## traffic and do not process it. Set to 0 to turn off this functionality.
|
||||
global dns_max_queries = 25 &redef;
|
||||
|
||||
## The address of the DNS resolver to use. If not changed from the
|
||||
## unspecified address, ``[::]``, the first nameserver from /etc/resolv.conf
|
||||
## gets used (IPv6 is currently only supported if set via this option, not
|
||||
## when parsed from the file).
|
||||
const dns_resolver = [::] &redef;
|
||||
|
||||
## HTTP session statistics.
|
||||
##
|
||||
## .. bro:see:: http_stats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue