mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
8 lines
126 B
Text
8 lines
126 B
Text
module Tunnels;
|
|
|
|
export {
|
|
|
|
}
|
|
|
|
const ports = { 5072/udp } &redef;
|
|
redef dpd_config += { [ANALYZER_AYIYA] = [$ports = ports] };
|