Write module rules

This commit is contained in:
Yorick Barbanneau 2018-04-03 11:03:33 +02:00
parent 246441cb50
commit 7fbd179fe2

View file

@ -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"
}
]
}