mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Attribute misspelling.
This commit is contained in:
parent
b2ea6ecf45
commit
38a57f6d35
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export {
|
|||
|
||||
# Maintain the list of known hosts for 24 hours so that the existence
|
||||
# of each individual address is logged each day.
|
||||
global known_hosts: set[addr] &create_expire=1day &syncronized;
|
||||
global known_hosts: set[addr] &create_expire=1day &synchronized;
|
||||
|
||||
global log_known_hosts: event(rec: Log);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue