mirror of
https://github.com/vee1e/PcapMonkey.git
synced 2026-09-03 10:47:35 +00:00
12 lines
309 B
INI
12 lines
309 B
INI
# Example zeekControl node configuration.
|
|
#
|
|
# This example has a standalone node ready to go except for possibly changing
|
|
# the sniffing interface.
|
|
|
|
# This is a complete standalone configuration. Most likely you will
|
|
# only need to change the interface.
|
|
[zeek]
|
|
type=standalone
|
|
host=localhost
|
|
interface=wlo1
|
|
|