Add some modules
This commit is contained in:
parent
6c2ab58781
commit
033a4fa843
9 changed files with 104 additions and 1 deletions
11
modules.d/BlockHosts.conf
Normal file
11
modules.d/BlockHosts.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name" : "Block unwanted Host",
|
||||
"description" : "This module block some hosts from Microsoft",
|
||||
"actions" : [
|
||||
{
|
||||
"action" : "BlockHost",
|
||||
"file" : "hosts.txt",
|
||||
"host" : ""
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue