12

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 new old
[-] Squizzy@lemmy.world 1 points 1 hour ago

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

[-] tom@lemmy.tomkoreny.com 7 points 15 hours ago

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.

[-] skulkbane@lemmy.world 3 points 14 hours ago

100% agree also asking for a roundevous network makes it very suspicious

[-] skulkbane@lemmy.world 3 points 13 hours ago

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"

[-] malo@lemmy.world 1 points 11 hours ago

He could simply just pay for vpn. Very unlikely it is legit.

[-] hirihit640@sh.itjust.works 3 points 18 hours 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.

[-] skulkbane@lemmy.world 2 points 17 hours ago* (last edited 16 hours 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

[-] umbrella@lemmy.ml 9 points 1 day ago
[-] bhamlin@lemmy.world 0 points 8 hours ago

Yes, but live content piracy is still in its infancy.

[-] Glowstick@lemmy.world 1 points 7 hours ago

No it's not. See my other post about the megathread

[-] JustEnoughDucks@slrpnk.net 10 points 1 day ago

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.

[-] skulkbane@lemmy.world 1 points 17 hours ago* (last edited 16 hours ago)
[-] bier@lemmy.blahaj.zone 56 points 1 day ago

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.

[-] hendrik@palaver.p3x.de 14 points 1 day ago* (last edited 1 day 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.

[-] PetteriPano@lemmy.world 4 points 1 day 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.

[-] Glowstick@lemmy.world 23 points 1 day ago

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

[-] prenatal_confusion@feddit.org 6 points 1 day ago

Any tips? Seriously asking for a friend. I don't Carr about these things.

[-] Glowstick@lemmy.world 6 points 1 day ago

The r/piracy megathread is all you could ever want.

https://www.reddit.com/r/Piracy/wiki/megathread/

Scroll down and click on the "sports" category

[-] Decronym@lemmy.decronym.xyz 0 points 18 hours ago* (last edited 1 hour ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
SSH Secure Shell for remote terminal access
VPN Virtual Private Network
VPS Virtual Private Server (opposed to shared hosting)

[Thread #88 for this comm, first seen 26th Aug 2026, 14:50] [FAQ] [Full list] [Contact] [Source code]

[-] jay@pie.zerojay.com 5 points 1 day ago

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

load more comments (3 replies)
[-] mhzawadi@lemmy.horwood.cloud 7 points 1 day ago

Why not use the VPS?

Ovh has UK VPS hosting

[-] blueduck@piefed.social 4 points 1 day 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

load more comments (1 replies)
[-] Sims@lemmy.ml 5 points 1 day 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..

[-] bier@lemmy.blahaj.zone 5 points 1 day ago

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/

load more comments (2 replies)
[-] BuckFutter@timeyak.com 5 points 1 day ago

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

[-] magnue@lemmy.world 19 points 1 day ago

Whole post is AI generated

[-] BuckFutter@timeyak.com 3 points 1 day ago

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

[-] magnue@lemmy.world 9 points 1 day ago

The ASCII tree is very Claude code.

[-] panda_abyss@lemmy.ca 1 points 1 day ago

Gemini does the same style, I think mistral as well.

[-] hasnep@lemmy.ml 9 points 1 day ago

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.

[-] Glowstick@lemmy.world 9 points 1 day 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.

load more comments (1 replies)
[-] habitualTartare@lemmy.world 4 points 1 day ago

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.

[-] Ooops@feddit.org 3 points 1 day ago* (last edited 1 day 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.

load more comments (1 replies)
[-] frongt@lemmy.zip 4 points 1 day ago

The overall voice and style.

[-] essell@lemmy.world 8 points 1 day ago

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

[-] frongt@lemmy.zip 8 points 1 day ago

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

[-] essell@lemmy.world 7 points 1 day 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.

[-] one_old_coder@piefed.social 3 points 1 day ago

Also the bold text and headers (h1, h2 in HTML). No one does this on purpose, even more if it's for pirating TV.

[-] MolochAlter@lemmy.world 3 points 1 day ago

I do when I effortpost, or when I write docs for colleagues I like.

[-] thr0w4w4y2@sh.itjust.works 3 points 1 day ago
[-] fyzzlefry@retrolemmy.com 1 points 19 hours ago

I love my em dashes, but I get it. There's lots of other clues too.

load more comments (2 replies)
[-] tal@lemmy.today 4 points 1 day ago
[-] bier@lemmy.blahaj.zone 5 points 1 day ago

If they block VPNs exit ips which aren't necessarily public they most certainly will block all the Tor exit nodes which are public by design.

[-] blueduck@piefed.social 3 points 1 day ago

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

[-] redlemace@lemmy.world 4 points 1 day ago

But.... but..... and I quote:

A few MB, not hours.

[-] tal@lemmy.today 3 points 1 day ago

Also, part of the point of Tor is to let various types of traffic reside in the noise.

It's like...say the only encrypted emails being sent contained stuff that one's government didn't like. It'd kind of stand out.

load more comments (3 replies)
load more comments
view more: next ›
this post was submitted on 25 Aug 2026
12 points (58.1% liked)

Selfhosted

61734 readers
399 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS