Initial work to add the SQLite plugin and builtin recipient

This commit is contained in:
Simone Mainardi 2020-09-03 19:35:28 +02:00
parent e1f07e1787
commit 1d4930fc13
14 changed files with 220 additions and 25 deletions

View file

@ -0,0 +1,9 @@
--
-- (C) 2019-20 - ntop.org
--
return {
endpoint_key = "sqlite",
entries = {
}
}