more blacklists
This commit is contained in:
parent
a1cd568b5d
commit
d557819583
|
|
@ -46,6 +46,7 @@
|
||||||
155.2.217.0/24
|
155.2.217.0/24
|
||||||
170.62.235.0/24
|
170.62.235.0/24
|
||||||
170.62.244.0/24
|
170.62.244.0/24
|
||||||
|
203.0.8.0/24
|
||||||
158.173.240.0/24
|
158.173.240.0/24
|
||||||
170.62.245.0/24
|
170.62.245.0/24
|
||||||
158.173.242.0/24
|
158.173.242.0/24
|
||||||
|
|
@ -186,6 +187,8 @@
|
||||||
158.173.4.0/24
|
158.173.4.0/24
|
||||||
158.173.5.0/24
|
158.173.5.0/24
|
||||||
158.173.162.0/24
|
158.173.162.0/24
|
||||||
|
185.135.141.0/24
|
||||||
|
203.0.9.0/24
|
||||||
158.173.244.0/24
|
158.173.244.0/24
|
||||||
185.245.5.0/24
|
185.245.5.0/24
|
||||||
203.188.167.0/24
|
203.188.167.0/24
|
||||||
|
|
@ -507,3 +510,11 @@
|
||||||
81.95.56.0/24
|
81.95.56.0/24
|
||||||
81.95.57.0/24
|
81.95.57.0/24
|
||||||
2a0f:f41::/32
|
2a0f:f41::/32
|
||||||
|
64.64.117.0/24
|
||||||
|
157.97.121.0/24
|
||||||
|
173.239.199.0/24
|
||||||
|
98.159.233.0/24
|
||||||
|
203.159.81.0/24
|
||||||
|
173.244.55.0/24
|
||||||
|
85.203.21.0/24
|
||||||
|
173.239.207.0/24
|
||||||
|
|
@ -16,6 +16,10 @@ const asnBanList: number[] = [
|
||||||
63023, // free vpn servers
|
63023, // free vpn servers
|
||||||
14618, // useless scrapers with chromium runing
|
14618, // useless scrapers with chromium runing
|
||||||
137409, // gsl
|
137409, // gsl
|
||||||
|
|
||||||
|
// tor exits
|
||||||
|
60729,
|
||||||
|
215125
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue