Daily rewrite commit
This commit is contained in:
parent
09b4d8ea28
commit
f897ca973c
8 changed files with 404 additions and 192 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