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_Hosts.conf
Yorick Barbanneau 822af6e0f5 Host doesn't blacklist IP with firewall anymore
(cherry picked from commit 3aef40fd40e25ae00cee37cb30af69ce2cfd9ad1)
2020-02-18 17:36:04 +01:00

16 lines
328 B
Text

{
"name" : "Block unwanted Host",
"description" : "This module block some hosts from Microsoft",
"actions" : [
{
"action" : "BlockHost",
"file" : "base.txt",
"host" : "",
"firewall" : false
},
{
"action" : "BlockHost",
"file" : "ms-skype-messenger.txt"
}
]
}