Host is also blocked in firewall if action.firewall is true in BlockHost action
This commit is contained in:
parent
4a715091b7
commit
d986ccb16d
2 changed files with 37 additions and 7 deletions
|
@ -4,8 +4,13 @@
|
|||
"actions" : [
|
||||
{
|
||||
"action" : "BlockHost",
|
||||
"file" : "hosts.txt",
|
||||
"host" : ""
|
||||
}
|
||||
"file" : "base.txt",
|
||||
"host" : "",
|
||||
"firewall" : true
|
||||
},
|
||||
{
|
||||
"action" : "BlockHost",
|
||||
"file" : "ms-skype-messeger.txt"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue