Reworked FW_Hosts module and files
This commit is contained in:
parent
335ba9b548
commit
4c4ec03375
4 changed files with 7 additions and 8 deletions
16
modules.d/FW_Hosts.conf
Normal file
16
modules.d/FW_Hosts.conf
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue