Write module rules
This commit is contained in:
parent
246441cb50
commit
7fbd179fe2
1 changed files with 17 additions and 0 deletions
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"name" : "Block Telemetry IPs",
|
||||||
|
"description" : "Block IPs relative to Microsoft telemery.",
|
||||||
|
"actions" :
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"_comment" : "Block telemetry IPS",
|
||||||
|
"action" : "FwBlockOutputIP",
|
||||||
|
"file" : "telemetry.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"comment" : "Block IP relative to Skype and Messenger",
|
||||||
|
"action" : "FwBlockOutputIP",
|
||||||
|
"file" : "skype-msn.txt"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Reference in a new issue