Add module to block hosts

This commit is contained in:
Yorick Barbanneau 2018-04-03 15:05:42 +02:00
parent 9fddccdc62
commit 4a715091b7
4 changed files with 200 additions and 0 deletions

11
modules.d/BlockHosts.conf Normal file
View file

@ -0,0 +1,11 @@
{
"name" : "Block unwanted Host",
"description" : "This module block some hosts from Microsoft",
"actions" : [
{
"action" : "BlockHost",
"file" : "hosts.txt",
"host" : ""
}
]
}