remove needless comments from blocking IPs
This commit is contained in:
parent
484de18d46
commit
8dd0dbd382
1 changed files with 24 additions and 24 deletions
|
@ -13,30 +13,30 @@ china = {
|
||||||
# known IPs (not servers) that are used to deny access to websites:
|
# known IPs (not servers) that are used to deny access to websites:
|
||||||
blocks = {
|
blocks = {
|
||||||
"1.2.3.4", # timeout
|
"1.2.3.4", # timeout
|
||||||
"54.242.237.204", # fake
|
"54.242.237.204",
|
||||||
"93.158.134.250", # fake
|
"93.158.134.250",
|
||||||
"114.6.128.8", # fake
|
"114.6.128.8",
|
||||||
"118.97.116.27", # fake
|
"118.97.116.27",
|
||||||
"119.235.29.59", # fake
|
"119.235.29.59",
|
||||||
"124.40.255.99", # fake
|
"124.40.255.99",
|
||||||
"146.112.61.106", # fake
|
"146.112.61.106",
|
||||||
"156.154.113.17", # fake
|
"156.154.113.17",
|
||||||
"156.154.175.30", # fake
|
"156.154.175.30",
|
||||||
"156.154.175.215", # fake
|
"156.154.175.215",
|
||||||
"156.154.175.216", # fake
|
"156.154.175.216",
|
||||||
"156.154.175.221", # fake
|
"156.154.175.221",
|
||||||
"163.28.10.160", # fake
|
"163.28.10.160",
|
||||||
"175.139.142.25", # fake
|
"175.139.142.25",
|
||||||
"176.103.130.135", # fake
|
"176.103.130.135",
|
||||||
"182.93.64.126", # fake
|
"182.93.64.126",
|
||||||
"192.99.140.48", # fake
|
"192.99.140.48",
|
||||||
"195.175.254.2", # fake
|
"195.175.254.2",
|
||||||
"202.40.187.91", # fake
|
"202.40.187.91",
|
||||||
"202.162.209.133", # fake
|
"202.162.209.133",
|
||||||
"202.165.36.253", # fake
|
"202.165.36.253",
|
||||||
"203.119.13.75", # fake
|
"203.119.13.75",
|
||||||
"203.119.13.76", # fake
|
"203.119.13.76",
|
||||||
"203.190.55.217", # fake
|
"203.190.55.217",
|
||||||
}
|
}
|
||||||
|
|
||||||
bogon_checks = [
|
bogon_checks = [
|
||||||
|
|
Loading…
Reference in a new issue