mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
10 lines
183 B
Lua
10 lines
183 B
Lua
--
|
|
-- (C) 2019-20 - ntop.org
|
|
--
|
|
|
|
return {
|
|
title = "Flow Flood detector",
|
|
description = "Detects flow flood attacks and triggers alerts",
|
|
author = "ntop",
|
|
dependencies = {},
|
|
}
|