Commit this day work
This commit is contained in:
parent
f897ca973c
commit
b221e5db4d
13 changed files with 370 additions and 60 deletions
12
modules.d/disable/BlockIP.conf
Normal file
12
modules.d/disable/BlockIP.conf
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name" : "Block IP From MS servers",
|
||||
"description" : "Disable Advertising",
|
||||
"actions" : [
|
||||
{
|
||||
"action" : "FwBlockOutputIP",
|
||||
"ip" : "",
|
||||
"file" : "ip.txt"
|
||||
}
|
||||
]
|
||||
|
||||
}
|
Reference in a new issue