Reworked FW_Hosts module and files

This commit is contained in:
Yorick Barbanneau 2018-04-04 22:44:38 +02:00
parent 335ba9b548
commit 4c4ec03375
4 changed files with 7 additions and 8 deletions

16
modules.d/FW_Hosts.conf Normal file
View file

@ -0,0 +1,16 @@
{
"name" : "Block unwanted Host",
"description" : "This module block some hosts from Microsoft",
"actions" : [
{
"action" : "BlockHost",
"file" : "base.txt",
"host" : "",
"firewall" : true
},
{
"action" : "BlockHost",
"file" : "ms-skype-messenger.txt"
}
]
}