vpns should've never become a thing for normies

This commit is contained in:
localhost 2026-04-03 17:02:44 +02:00
parent d557819583
commit b5f657f9c7
2 changed files with 10 additions and 4 deletions

View File

@ -9,18 +9,21 @@
This is most commonly caused by free VPNs, shared VPN exit nodes, or other heavily abused
proxy networks.
</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>
If you believe this is a mistake, please contact
<a href="mailto:admin@preservetube.com">admin@preservetube.com</a>.
</p>
</div>
<style>
<style>
.a {
text-decoration-line: underline;
text-decoration-style: dotted;
}
.text {
margin-top: 2.5%;
margin-bottom: 5%;

View File

@ -12,10 +12,13 @@ const IPV6_FULL_MASK = (1n << IPV6_BITS) - 1n
const NETWORKS_REFRESH_INTERVAL_MS = 6 * 60 * 60 * 1000 // 6h
const BLOCKED_DIR = path.resolve(process.cwd(), 'ranges')
const asnBanList: number[] = [
206092, // expressvpn
63023, // free vpn servers
14618, // useless scrapers with chromium runing
137409, // gsl
// expressvpn
206092,
137409,
262287,
// tor exits
60729,