Daily rewrite commit

This commit is contained in:
Yorick Barbanneau 2018-03-19 23:44:49 +01:00
parent 09b4d8ea28
commit f897ca973c
8 changed files with 404 additions and 192 deletions

12
modules.d/BlockIP.conf Normal file
View file

@ -0,0 +1,12 @@
{
"name" : "Block IP From MS servers",
"description" : "Disable Advertising",
"actions" : [
{
"action" : "FwBlockOutputIP",
"ip" : "",
"file" : "ip.txt"
}
]
}