From 7fbd179fe2baf723cd99f05cc7ed03287b1a8b42 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Tue, 3 Apr 2018 11:03:33 +0200 Subject: [PATCH] Write module rules --- modules.d/FW_BlockIP.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/modules.d/FW_BlockIP.conf b/modules.d/FW_BlockIP.conf index e69de29..6f25789 100644 --- a/modules.d/FW_BlockIP.conf +++ b/modules.d/FW_BlockIP.conf @@ -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" + } + ] +}