vpns should've never become a thing for normies
This commit is contained in:
parent
d557819583
commit
b5f657f9c7
|
|
@ -9,6 +9,9 @@
|
||||||
This is most commonly caused by free VPNs, shared VPN exit nodes, or other heavily abused
|
This is most commonly caused by free VPNs, shared VPN exit nodes, or other heavily abused
|
||||||
proxy networks.
|
proxy networks.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
If you're trying to bypass the rate limits, I'd really appreciate it if you didn't. It makes things worse for everyone else and only leads to even stricter limits for the all users. Please be a good internet citizen.
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
If you believe this is a mistake, please contact
|
If you believe this is a mistake, please contact
|
||||||
<a href="mailto:admin@preservetube.com">admin@preservetube.com</a>.
|
<a href="mailto:admin@preservetube.com">admin@preservetube.com</a>.
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,13 @@ 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[] = [
|
||||||
206092, // expressvpn
|
|
||||||
63023, // free vpn servers
|
63023, // free vpn servers
|
||||||
14618, // useless scrapers with chromium runing
|
14618, // useless scrapers with chromium runing
|
||||||
137409, // gsl
|
|
||||||
|
// expressvpn
|
||||||
|
206092,
|
||||||
|
137409,
|
||||||
|
262287,
|
||||||
|
|
||||||
// tor exits
|
// tor exits
|
||||||
60729,
|
60729,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue