new asns
This commit is contained in:
parent
822a2c5e5f
commit
9a0488d416
|
|
@ -12,9 +12,17 @@ const IPV6_FULL_MASK = (1n << IPV6_BITS) - 1n
|
||||||
const NETWORKS_REFRESH_INTERVAL_MS = 6 * 60 * 60 * 1000 // 6h
|
const NETWORKS_REFRESH_INTERVAL_MS = 6 * 60 * 60 * 1000 // 6h
|
||||||
const BLOCKED_DIR = path.resolve(process.cwd(), 'ranges')
|
const BLOCKED_DIR = path.resolve(process.cwd(), 'ranges')
|
||||||
const asnBanList: number[] = [
|
const asnBanList: number[] = [
|
||||||
63023, // free vpn servers
|
// free vpn servers
|
||||||
62005, // more free vpns
|
63023, // gthost
|
||||||
14618, // useless scrapers with chromium runing
|
62005, // bluevps
|
||||||
|
14061, // digital ocean
|
||||||
|
20473, // vultur
|
||||||
|
57169, // edis
|
||||||
|
50613, // edis iceland
|
||||||
|
203020, // hostroyale (also get's some paid vpns, sorry)
|
||||||
|
16276, // ovh
|
||||||
|
|
||||||
|
14618, // aws
|
||||||
|
|
||||||
// expressvpn
|
// expressvpn
|
||||||
206092,
|
206092,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue