mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Changed communication option from listen_encrypted to listen_ssl.
- Robin pointed out that SSL is providing authentication as well as encryption so listen_ssl is a more proper variable name.
This commit is contained in:
parent
6ae9da5aad
commit
0803df2e14
4 changed files with 5 additions and 5 deletions
|
@ -8,5 +8,5 @@ module Communication;
|
|||
event bro_init() &priority=-10
|
||||
{
|
||||
enable_communication();
|
||||
listen(listen_interface, listen_port, listen_encrypted);
|
||||
listen(listen_interface, listen_port, listen_ssl);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue