Unusual request, so let me be straight about what it is before I ask for anything.

The short version: I pay for MLB.tv, but the league geo-restricts games depending on the IP you watch from. The one setup that unlocks every game (no local blackouts, and none of the "this game is a Netflix/Roku/Peacock exclusive" carve-outs) is MLB.tv International, which needs a UK or EU IP. I've built a small Raspberry Pi that lets my stream appear to originate from a home internet connection over there, and I'm looking for someone willing to plug one into a spare ethernet port and forget it exists.

The honest part: this works around MLB's geo-restrictions, which is against their terms of service. I'm doing it with a fully paid subscription to watch games I've already paid for, but if that's not something you want on your connection, totally fair, no hard feelings, stop reading here. I'd rather you pass than feel misled.

Still with me? Here's everything.

First, the thing you actually care about: it barely touches your connection

It is NOT a 24/7 relay, and it does NOT stream whole games through your line. MLB only checks your location at the moment a stream starts. So my usage is:

  • I switch it on only at game time, for a game I'm actually blocked from.
  • The stream starts, the check passes, and after under ~5 minutes I switch it back off
  • The game then keeps playing over my own connection, not yours.

Net effect on you: a WireGuard handshake and a few minutes of video per game I watch. A few MB, not hours. I use a Home Assistant script to enable/disable the VPN Client in UniFi, so it's guaranteed to shut off after a few minutes. No accidentally leaving it on forever and using your connection

Why a residential UK/EU IP, specifically

I've already done the homework, and residential is the only door left open:

  • I already run this through a family member's connection in the US, and it works flawlessly. But a US IP still leaves me blocked from national-broadcast games (the ESPN/Fox/Peacock/Apple/Netflix exclusives), because those are carved out of US MLB.tv at the product level no US IP fixes them. MLB.tv International has no such carve-outs, hence UK/EU.
  • Commercial VPNs are blocked. I tried Mullvad, Proton, Nord and others... MLB blocks their IP ranges outright; streams fail to start.
  • Datacenter/VPS IPs are blocked too. Hetzner, OVH, etc... same story, flagged as non-residential and refused.

A real residential connection is the only thing MLB treats as a legitimate viewer. That's why I need a person with a spare port, not a server I can rent.

How it works (the technical bit)

  • The Pi runs WireGuard, dialing outbound to a small cloud relay I rent (it never listens for inbound, so your router never needs to forward a port to it).
  • It also runs Tailscale as an independent, outbound-only management door, so I can maintain it without ever asking you to touch it.
  • The OS is a hardened Raspberry Pi: deny-all-inbound firewall, key-only SSH, no passwords over the wire, automatic security updates, and self-healing tunnel watchdogs.
   [ my home, Starlink / CGNat ]  
          │   WireGuard  (encrypted, outbound)  
          ▼  
   [ small VPS I rent ]   ◀─ only forwards encrypted frames; sees nothing  
          │   WireGuard  (encrypted)  
          ▼  
   [ My Pi in your home ]   ── dials OUT only, never listens; firewall blocks your LAN entirely  
          │  
          ▼  
   [ your home internet ]  ──▶  MLB.tv  (only ever sees your residential UK/EU IP)  

   ( my paid stream flows back up the same path to my TV — I switch the tunnel  
     off after the first few minutes, so most of it never crosses your line )  

What I'd send, and what you'd do

A Raspberry Pi in a small case. You give it power (~3–5 W, ~£0.50/month of electricity) and one ethernet port. That's the entire job... no router config, no port forwarding, no software on your devices, no accounts.

What it can't do on your network

The firewall denies all inbound, and for forwarded traffic it drops every private-network destination before allowing anything out. In plain terms: traffic from my tunnel physically cannot reach your LAN... not your PCs, NAS, printer, or router admin page. It can only reach the public internet.

Two things make trusting me cheap:

  • Put it on a guest/IoT VLAN if you have one. Isolating it costs it nothing and then the guarantee above is enforced by your gear, not my word.
  • Unplug it whenever. Nothing on your end depends on it.

Trust but verify

Send me your SSH public key and I'll set you up a read-only account. One command, sudo host-verify, prints the live firewall rules, the tunnel status, and every connection the box currently has open — so you can confirm all of the above any time. That account can't change anything or reach the rest of the box; it's there purely so you don't have to trust me blind. Happy to walk through the whole config with you too.

What's in it for you

Mostly my genuine gratitude willingness to reciprocate in kind: host something for you, help on a homelab project, or whatever feels fair.

If you're in the UK or EU and up for it (or just have questions) reply or DM. Cheers, and thanks for reading either way.

top 50 comments

sorted by: hot top controversial new old
[–] 60 points 1 week ago (2 children)

What it basically comes down to is this: do I trust some random guy off the Internet to use my Internet connection which is tied to my legal government name and the legal reprocussions that comes with that to access the Internet as if they were me?

The only way I would do that is if I gave it its own vlan and only allow Internet traffic to specific whitelisted ips. Even then my legal protection insurance definitely won't cover that.

  • source
  • hideshow 4 child comments
  • [–] 15 points 1 week ago*

    Yeah, I think it's a bit sad it has to be like this... But it is what it is... I once moved and asked my neighbours if I could use their Wifi for a month, and that was basically their answer. Just that I wasn't some internet stranger, but a regular stranger living nextdoors.

  • source
  • parent
  • [–] 5 points 1 week ago

    This.

    However, there are plenty of residential proxy services to purchase. People are willing to sell their liability for perks, and others are willing to buy. I'm sure there's a whole dark economy around this. It's what OP is asking for without the extra steps.

  • source
  • parent
  • [–] 24 points 1 week ago (1 child)

    Just use a pirate streaming site. There are tons that stream live sports

  • source
  • hideshow 2 child comments
  • [–] 13 points 1 week ago (1 child)

    This seems like the perfect scam for Lemmy for setting up a fresh IP for launching a cyber attack/scam with a real residential IP. Helping a community member while circumventing shitty corporations. (Not saying OP is, just that it would be a decent scam)

    This requires either an insane amount of trust in a random person or gullibility. Plugging a random mailed device into your network, even behind a VLAN.

    I definitely would never do this if I didn't have absolute full and complete access to every part of the pi's software, or preferably set it up myself (optionally in collaboration with the requester) and the requester only had read-only access to it.

  • source
  • hideshow 2 child comments
  • [–] 12 points 1 week ago (2 children)
    load more comments (2 replies)
    [–] 10 points 1 week ago (1 child)

    Cool idea but maybe you are over-complicating it? Wouldn't just an exit tunel from someone work better for you? No hardware to manage etc.

    btw. The post screams that it's written by AI. All it's missing is some smoking gun.

  • source
  • hideshow 2 child comments
  • [–] 6 points 1 week ago (2 children)

    Why not use the VPS?

    Ovh has UK VPS hosting

  • source
  • hideshow 4 child comments
  • [–] [S] 4 points 1 week ago

    The content host blocks IPs based on reputation (VPN exits are well-known) but so many people have done the exit through a VPS that those IP blocks are poisoned and could go at any moment. A true residential IP can't be blocked because those are legitimate customers

  • source
  • parent
  • [–] 5 points 1 week ago (3 children)

    Just do it the easy way and get a $20 a year iptv subscription.

  • source
  • hideshow 3 child comments
  • load more comments (3 replies)
    [–] 5 points 1 week ago

    "MLB only checks your location at the moment a stream starts."

    This is/was what Pandora.com did, and the solution was to run a small proxy that directed the exact login url through Tor with a Merican endpoint while stream was normal, but you can just select an EU/UK endpoint instead.

    I used a Tor proxy - privoxy, I think - from the openwrt package repo, but others exist, and for other platforms..

  • source
  • [–] 5 points 1 week ago (1 child)

    I can’t help, but commenting for visibility because I think this is clever. Cheers and good luck!

  • source
  • hideshow 2 child comments
  • [–] 20 points 1 week ago (2 children)
  • [–] 3 points 1 week ago (5 children)

    Huh, what gives it away? I missed it on this one

  • source
  • parent
  • hideshow 10 child comments
  • [–] 9 points 1 week ago (2 children)

    The give aways: starting paragraphs with a punchy sentence in bold with a colon.

    Plus they used the "it's not X it's Y" thing.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 9 points 1 week ago

    Some people write that way, especially when they're trying to talk about a complex topic. In fact that's exactly the reason why some ai has that style, because it was trained on billions of pieces of human writing and that's the style some people write in.

  • source
  • parent
  • load more comments (1 reply)
  • [–] 4 points 1 week ago (2 children)
  • [–] 8 points 1 week ago (1 child)

    Could just be autism. They overlap in style a lot, especially when making a request like this. A real possibility in this community

  • source
  • parent
  • hideshow 2 child comments
  • [–] 8 points 1 week ago (1 child)

    Autism doesn't make you sound like a sales pitch.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 8 points 1 week ago

    It totally can through.

    When making a request, and generally expecting to be misunderstood, autism can lead to over explaining and very logical detailed expression like this.

    I was moderately effective as a salesman with this approach, with some limitations and caveats.

  • source
  • parent
  • [–] 4 points 1 week ago (2 children)

    Worth a read if you haven't: https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing

    but hasnep covered it well. also emoji use, overly wordy and that graph/tree is a common style of llms.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 1 week ago*

    https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing

    That's the probably most unhelpful and stupid thing I saw in quite some time. The AI or Not Quiz right at the beginning in particular regularly links the exact same things to human or to AI (404 links are a sign or AI hallucination or just natural link decay that show it's from a human; wonky grammar is a sign for AI unless the text is human-written where it's just bad english that LLMs would not produce intentionally...).

    Yes, spotting AI by clear attributes isn't easy. If it was those points would be changed first in training of AI. But lengthily discussing tell–tale signs then interpreting them in contrary ways depending on source is absolute bullshit.

  • source
  • parent
  • [–] 5 points 1 week ago (1 child)

    TorGuard offers residential dedicated IPs. And there are proxy services that have that as there business model for circumventing chaptas when scraping the web. I would look there https://brightdata.com/proxy-types/residential-proxies https://oxylabs.io/location-proxy/uk https://torguard.net/residential-ip-vpn/

  • source
  • hideshow 2 child comments
  • [–] [S] 2 points 1 week ago (1 child)

    TorGuard's exit nodes are only in the US, so doesn't solve the problem OxyLabs seems to block Streaming in their TOS BrightData doesn't block streaming, so I'll dig into that one. Thanks for the suggestion!

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 1 week ago (1 child)

    After reading all the comments and mulling it over while eating dinner. This does NOT feel legit or like a random request.

    The fact that you want 2 seperet VPNs one for management screams illicit activity, or atleast like you are selling residential proxies.

    I would be tempted to to say yes so I can get the SD card, but it would probably just be "nothing to see here"

  • source
  • hideshow 2 child comments
  • [–] 4 points 1 week ago (5 children)
  • [–] [S] 2 points 1 week ago (1 child)

    IMO, Tor should be reserved for escaping repressive regimes and avoiding nation-state level content blocks. Plugging up the network with baseball streaming doesn't seem like a fair or reasonable use of public resources

  • source
  • parent
  • hideshow 2 child comments
  • load more comments (3 replies)
    [–] 4 points 1 week ago

    This is a cool idea, and I love the hacker energy behind it, but I agree with some of the other comments that the receiver would have to trust you quite a bit to allow hardware into their house. Even with the SSH view-only accounr, you could be putting the SSH server in a VM so that the client thinks they're seeing the whole OS but they aren't.

    Alternative idea would be to provide an open source ansible script or docker compose file to spin up everything you need, and let them verify and deploy it themselves. Then they give you the wireguard configs to remote in.

  • source
  • [–] 2 points 1 week ago* (last edited 1 week ago)

    Honestly i feel like i would trust a custom application for this more than random hardware.

    Something like Cloudflares warp bit for this where the hoster approves what you get access to.

    Warp is(probably) boringtun <-> smoltcp <-> pingora.

    Edit. As many have said pirating is easier.

    And the application would have to allow list IPs and tls retermination too since sni could be forged.

    Well it could be fine with sni validation and target IP filtering, but I still don't like the idea

  • source
  • [–] 2 points 1 week ago

    Grab a iptv login on alibaba. Price of 30 bucks a year. Evrry game

  • source
  • load more comments
    view more: next ›