Host is also blocked in firewall if action.firewall is true in BlockHost action

This commit is contained in:
Yorick Barbanneau 2018-04-03 16:05:53 +02:00
parent 4a715091b7
commit d986ccb16d
2 changed files with 37 additions and 7 deletions

View file

@ -4,8 +4,13 @@
"actions" : [
{
"action" : "BlockHost",
"file" : "hosts.txt",
"host" : ""
}
"file" : "base.txt",
"host" : "",
"firewall" : true
},
{
"action" : "BlockHost",
"file" : "ms-skype-messeger.txt"
}
]
}
}