Host doesn't blacklist IP with firewall anymore
(cherry picked from commit 3aef40fd40e25ae00cee37cb30af69ce2cfd9ad1)
This commit is contained in:
parent
08ed268432
commit
822af6e0f5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
"action" : "BlockHost",
|
"action" : "BlockHost",
|
||||||
"file" : "base.txt",
|
"file" : "base.txt",
|
||||||
"host" : "",
|
"host" : "",
|
||||||
"firewall" : true
|
"firewall" : false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action" : "BlockHost",
|
"action" : "BlockHost",
|
||||||
|
|
Reference in a new issue