mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
15 lines
No EOL
228 B
Text
15 lines
No EOL
228 B
Text
@load ./main
|
|
@load ./input
|
|
@load ./indexing
|
|
|
|
# The cluster framework must be loaded first.
|
|
@load base/frameworks/cluster
|
|
|
|
@if ( Cluster::is_enabled() )
|
|
@load ./cluster
|
|
@endif
|
|
|
|
@load ./plugins/dns_zones
|
|
|
|
|
|
@load ./http-user-agents |