aaaa
This commit is contained in:
parent
bf7c3963bc
commit
cff632f00b
|
|
@ -0,0 +1,12 @@
|
|||
31.14.40.0/23
|
||||
31.14.42.0/24
|
||||
89.39.149.0/24
|
||||
185.105.4.0/23
|
||||
185.105.6.0/24
|
||||
209.127.202.0/24
|
||||
2a01:4ce0::/32
|
||||
162.244.80.0/22
|
||||
168.100.174.0/24
|
||||
185.105.7.0/24
|
||||
198.145.121.0/24
|
||||
2607:f710::/32
|
||||
|
|
@ -13,6 +13,7 @@ const NETWORKS_REFRESH_INTERVAL_MS = 6 * 60 * 60 * 1000 // 6h
|
|||
const BLOCKED_DIR = path.resolve(process.cwd(), 'ranges')
|
||||
const asnBanList: number[] = [
|
||||
63023, // free vpn servers
|
||||
62005, // more free vpns
|
||||
14618, // useless scrapers with chromium runing
|
||||
|
||||
// expressvpn
|
||||
|
|
|
|||
Loading…
Reference in New Issue