Added unexpected DNS plugin

This commit is contained in:
Daniele Zulberti 2020-10-09 16:29:13 +02:00
parent 16c7ed657b
commit cff77b49cf
5 changed files with 141 additions and 0 deletions

View file

@ -0,0 +1,14 @@
--
-- (C) 2019-20 - ntop.org
--
return {
--[[ i18n function is currently not available in manifest.lua
title = i18n("unexpected_dns.unexpected_dns_title"),
description = i18n("unexpected_dns.unexpected_dns_description"), --]]
title = "Unexpected DNS",
description = "Trigger an alert when not allowed DNS server is detected",
author = "Daniele Zulberti, Luca Argentieri",
dependencies = {},
}