This repository has been archived on 2024-09-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
win10-privacy-script/modules.d/FW_BlockIP.conf

17 lines
449 B
Text

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