• shameless@lemmy.world
      link
      fedilink
      English
      arrow-up
      122
      ·
      6 months ago

      100% this, I work in cyber sec and it’s very easy these days for services to detect this.

      • halcyoncmdr@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        5 months ago

        There’s a lot more than just recognizing known raw IP addresses used as endpoints.

        One method larger services with CDNs use effectively is to use DNS for blocking. When you try to access a site, your DNS request will resolve to a server close to you, with your location determining the domain resolving to a different IP. Then the platform just responds to those requests from outside their normal area with a consistent message. No need to know whether it’s actually a VPN or not, the traffic is acting like it is and doesn’t really have much of a reason to do that normally.

        • CanadaPlus@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          1
          ·
          5 months ago

          Well, you can put your DNS requests over the proxy as well, so kinda a skill issue. I don’t know if people do though - you’re the professional.

  • unexposedhazard@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    139
    ·
    6 months ago

    This isnt new. Its been happening for years. There is a post about this on lemmy every few weeks. It just doesnt happen consistently, so people always think that they “discovered” this for the first time.

      • brucethemoose@lemmy.world
        link
        fedilink
        English
        arrow-up
        84
        ·
        6 months ago

        What about people living in a country where youtube is blocked. I guess Google just says “fuck 'em”?

        Yyep.

        If you’re using a VPN, you’re likely anonymized and not directly making YouTube any money. Those are leeches, as far as a Google accountant is concerned.

        • Haystack@lemmy.world
          link
          fedilink
          English
          arrow-up
          28
          ·
          6 months ago

          They said logging in doesn’t make it go away. Being logged in means they can already track you, so this is pretty ridiculous of them tbh.

          • DrDystopia@lemy.lol
            link
            fedilink
            English
            arrow-up
            11
            ·
            6 months ago

            Being logged in means they can track what you watch. Being logged in via a VPN means they can’t track your location.

            Literally valuable information.

      • Miles O'Brien@startrek.website
        link
        fedilink
        English
        arrow-up
        44
        ·
        6 months ago

        I guess Google just says “fuck 'em”?

        Yes, 100%, absokutely correct.

        Google is a company.

        Companies do not care about you. You are not a person, you are a number.

        • huppakee@piefed.social
          link
          fedilink
          English
          arrow-up
          8
          ·
          6 months ago

          Google is a company multi-billion dollar corporation.

          Companies Multi-billion dollar corporations do not care about you. You are not a person, you are a number.

          (Well ok, there is plenty of small business who also don’t care about you, that’s not my point).

  • Kissaki@feddit.org
    link
    fedilink
    English
    arrow-up
    87
    ·
    6 months ago

    The real highlight is the contradictory text.

    To continue, turn off your VPN/Proxy. This will allow YouTube to locate the best content".

    “We refuse to serve you anything other than the best ‘located content’.”

    A fat lie. Combining refusal with the completely unrelated supposed service improvement of location-based content. To disingenuously sound like they’re doing you a service.

  • hungryphrog
    link
    fedilink
    English
    arrow-up
    76
    ·
    5 months ago

    “This will allow Youtube to locate the best content” 🤡

  • A_norny_mousse@feddit.org
    link
    fedilink
    English
    arrow-up
    66
    ·
    6 months ago

    This happens via simple lists of IP addresses, no? I.e. the VPN has a limited number of exit IPs and once it’s known who they belong to, they’re easy to block?

    • village604@adultswim.fanBanned
      link
      fedilink
      English
      arrow-up
      18
      ·
      6 months ago

      Yeah, it’s pretty trivial to do, and it’s honestly surprising it took YT so long to do it.

    • definitemaybe@lemmy.ca
      link
      fedilink
      English
      arrow-up
      12
      ·
      6 months ago

      Sure, but there are also lots of other ways around it. Non-chrome browsers (or Chromium-based browsers) still allow for good extensions that can block YouTube ads.

      Firefox + uBlock Origin still works great, even when all the front-ends are broken.

  • Xylight‮@lemdro.id
    link
    fedilink
    English
    arrow-up
    56
    ·
    6 months ago

    I encounter VPN blocks everywhere frequently. I usually just reroll my selected server until the block goes away

  • scarabic@lemmy.world
    link
    fedilink
    English
    arrow-up
    46
    ·
    6 months ago

    VPN ads seriously need to stop promising that you can get around content restrictions.

    • brax@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      39
      ·
      edit-2
      6 months ago

      People should educate others on how to get content not available in their area for free without the hassle.

      If media isn’t available in your area, then the company is telling you they don’t want your money. There is a $0.00 loss to them if you pirate it.

      • DupaCycki@lemmy.world
        link
        fedilink
        English
        arrow-up
        19
        ·
        6 months ago

        Unless you calculate it using the Nintendo formula, in which case you owe them $3 million.

        • brax@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          8
          ·
          6 months ago

          Which is why there needs to be better pushback “Okay, so where exactly are you selling a functional SNES cart that I can plug into my SNES and play?” as an example.

          • scarabic@lemmy.world
            link
            fedilink
            English
            arrow-up
            3
            ·
            5 months ago

            I’m not sure how that pushback can be applied. It’s not a legal argument that I am justified in stealing something if you won’t sell it to me. Although, at the same time, I don’t know what basis they have for claiming damages.

            • brax@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              2
              ·
              5 months ago

              The pushback would be when they cry about monetary losses for something they literally don’t even sell anymore. Is this not why they’re always trying to take down ROM sites?

  • utopiah@lemmy.world
    link
    fedilink
    English
    arrow-up
    42
    ·
    5 months ago

    I mean… detecting (some) VPNs is as trivial as

    fetch('https://github.com/NazgulCoder/IPLists/raw/refs/heads/main/output/vpn-ipv4.txt').then( res => res.text() ).then( res => console.log( res.includes( "1.2.3.4" ) ) )

    thanks to https://github.com/NazgulCoder/IPLists/

    FWIW though I did try, connected via a random VPN from ProtonVPN from Argentina… and it wasn’t in that list. So it’s not perfect. Also ProtonVPN has apparently today 13K servers according to https://protonvpn.com/vpn-servers

    That being said I can imagine that Google, which is literally built on crawling the Web, has all the infrastructure and expertise needed to have such lists and up to date ones.

    I’m not justifying blocking VPN here, only trying to clarify that unless you self-host in a rather specific setup (i.e. not relying a popular cloud provider but truly self hosting) it’s technically not hard to block VPNs.

    • mic_check_one_two@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      8
      ·
      5 months ago

      Yeah, detecting the VPN isn’t really difficult at all. VPN providers sometimes try to cycle through IP addresses to make it harder, but there’s only so much they can do.

      This isn’t really noteworthy, especially when you consider how many services require a sign in when you’re on a VPN anyways. It’s shitty, but not really surprising; They want to be able to tie your traffic to you, not just to a random VPN server. Hell, even without signing in, they probably have your browser fingerprinted. If you’re privacy focused, you probably have a lot of privacy based extensions, in a privacy based browser. And that makes you easy to fingerprint.

    • nlgranger@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      5 months ago

      Many websites now just block a large range of cloud and VPS services in order to reduce DDOS from AI crawlers. For youtube and reddit you can still access if you are logged in though.

  • lostoncalantha@lemmy.world
    link
    fedilink
    English
    arrow-up
    42
    ·
    6 months ago

    As someone who uses multiple VPNs daily I have a suggestion. Try to locate a different server and connect to it. See if there’s a drop down menu in your VPN app. Sometimes a particular IP on one of those servers flags websites’ fraud detection. Sometimes I can switch servers on my VPN and refresh the page and it loads just fine.

    • porksnort@slrpnk.net
      link
      fedilink
      English
      arrow-up
      20
      ·
      6 months ago

      Excellent advice. It’s a game of cat and mouse (or whack-a-mole, whatever metaphor works…).

      Sites that want your data for whatever reason hate VPNs, so they identify exit points and blacklist traffic from them. VPN providers know this so they spin up new exit points with different IP.

      Just try a different server. Sometimes it’s a regional ’rights’ issue, so pick another server that is in the same jurisdiction, for instance in the case of streaming.

  • COASTER1921@lemmy.ml
    link
    fedilink
    English
    arrow-up
    35
    ·
    6 months ago

    My ISP has started throttling YouTube to ~2mbps when viewed from desktop. Using a VPN gets around this and lets me watch in HD. Luckily I’ve not encountered this error yet, but if I do I guess it’s no more YouTube for me, 480p is just way too blurry to put up with.

    • usagi@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      6 months ago

      I wonder if there’s any workaround besides VPNs like changing DNS or something?

      • YiddishMcSquidish@lemmy.today
        link
        fedilink
        English
        arrow-up
        8
        ·
        6 months ago

        Phone->revanced

        Smart tv->smart tube next

        I don’t ever watch YouTube on my laptop but I’m sure there are utilities available.

      • COASTER1921@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        5 months ago

        I use 1.1.1.1 so I don’t think it’s easily ignored by changing DNS. But interestingly while using Revanced and NewPipe on my phone I don’t have any of the same problems. Maybe my computer is ignoring my router’s DNS? Maybe mobile YouTube is delivered from a different server? I wish I knew but ultimately using a VPN still works for me and is a very low effort fix.

        What I don’t get is why it’s only YouTube they choose to throttle. I’ve never noticed any issues on other streaming websites and fast.com which literally uses Netflix servers is also full speed.

  • Galactose@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    33
    ·
    edit-2
    5 months ago

    Listen at this point, we either re-upload our favorite creator’s content to other platforms. Convince them to join alternatives or help out *their replacements" on those alternative platforms to grow.

    Either way I do not respect content-creators that do not support alternative platforms (& decentralization) on principle

    • Mwa@thelemmy.club
      link
      fedilink
      English
      arrow-up
      10
      ·
      5 months ago

      Listen at this point, we either re-upload our favorite creator’s content to other platforms. Convince them to join alternatives or help out their replacements on thise alternative platforms to grow.

      I am with this, tired of using a yt frontend to watch videos (sometimes real website), and no reuploads nor have alternatives.