16 lines
326 B
Text
16 lines
326 B
Text
{
|
|
"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-messeger.txt"
|
|
}
|
|
]
|
|
}
|