mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
scan.l: Deprecate DNS resolutions of hostname literals
This also skips DNS lookups when running with zeek --parse-only. Closes #4216 #4219
This commit is contained in:
parent
e14f54b474
commit
715c309b03
12 changed files with 52 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
# @TEST-EXEC: ZEEK_DNS_FAKE=1 zeek -D -b %INPUT >out
|
||||
# @TEST-EXEC: ZEEK_DNS_FAKE=1 zeek -D -b %INPUT >out 2>err
|
||||
# @TEST-EXEC: btest-diff out
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff err
|
||||
|
||||
redef exit_only_after_terminate = T;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue