this post was submitted on 20 Aug 2025
486 points (99.2% liked)
Technology
74247 readers
5076 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Only commercial VPNs? So HTTP proxying, Tor, SSH tunneling, SOCKS tunneling, running your own VPN node, etc are all allowed? There's plenty of VPS hosting companies that don't need ID or proof of age to sign up. Even if the UK requires this, you can just sign up for a server outside the UK.
There's also weird approaches that work but not many systems catch, like tunneling stateless data (like HTTP responses) over DNS TXT lookups.
When I was in high school in the 2000s, kids figured out how to bypass the internet filtering at school. Kids these days have way more resources available to them, making it even easier to do.
I used a server on my personal computer that would just echo back the raw HTML from a PHP call back in the day. Definitely not the safest or best way to do things but ebaum's world had the best games. All fun til the principal wanted to talk about my friends putting porn on all the computers in the library.
CGIProxy / PHProxy were definitely very popular when I was in school. Some of the more tech-savvy kids would get free hosting accounts and install a proxy in them and share the URL.
You can easily make it a ton harder by blocking VPS IPs when serving certain types of content
If you have issues with IP blocks, get the AWS equivalent of a VPS (Lightsail). It's expensive compared to other VPS services - $5/month for only 512MB RAM, 20GB disk and 1TB monthly transfer, whereas good deals usually have at least 8GB RAM for that price - but it's difficult for anyone to block Amazon/AWS IPs because so many services use them :)
I literally have lightsail (not the equivalent) as well because it doesn't have issues connecting to SK, but China throttles those addresses nevertheless
Why, does AWS use a different IP address pool than lightsail?