mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Unexpected protocol plugins default to disable
This commit is contained in:
parent
6fe28145e0
commit
374b97c516
4 changed files with 12 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ local script = {
|
|||
-- Priority
|
||||
prio = -20, -- Lower priority (executed after) than default 0 priority
|
||||
|
||||
-- This module is disabled by default
|
||||
default_enabled = false,
|
||||
|
||||
-- NOTE: hooks defined below
|
||||
hooks = {},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue