this post was submitted on 20 Aug 2025
442 points (99.1% liked)

Technology

74265 readers
4233 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. 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
[–] dan@upvote.au 70 points 1 day ago* (last edited 1 day ago) (2 children)

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.

[–] x_pikl_x@lemmy.world 9 points 1 day ago (1 children)

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.

[–] dan@upvote.au 7 points 22 hours ago

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.

[–] iopq@lemmy.world 8 points 1 day ago (1 children)

You can easily make it a ton harder by blocking VPS IPs when serving certain types of content

[–] dan@upvote.au 18 points 22 hours ago* (last edited 22 hours ago) (1 children)

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 :)

[–] iopq@lemmy.world 1 points 15 hours ago

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?