nastyhosts-report-plugin
v6.0.0
Published
Gather reports of evil addresses.
Downloads
1
Readme
NastyHosts Report Plugin
Gather reports of evil addresses in NastyHosts.
How to use
Run this in your NastyHosts installation
$ npm install nastyhosts-report-plugin
and add "report"
to plugins in your NastyHosts config.json
:
{
"plugins": [
"report",
"..."
]
}