this post was submitted on 24 Jan 2024
127 points (94.4% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

55016 readers
642 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder

📜 c/Piracy Wiki (Community Edition):


💰 Please help cover server costs.

Ko-Fi Liberapay
Ko-fi Liberapay

founded 2 years ago
MODERATORS
 

I'd really like to get started with this stuff but finding the technical requirement exhausting.

Trying to install privoxyvpn- "simply add the proxy to your browser and ensure the configuration is correct" (no help as to what this means, or how to do it and following the basic instructions just renders my browser unable to connect - googling the error message gives me replies like "simply make sure you read the logs" (no description of how to get to the logs or how to read them)

hearing I need a proxy and a reverse proxy, install SWAG — "first, point the A name at your server and the CNAME at the A and then install the SSL certificate - but be sure to pick between directories and subdomains if you have fewer than 20 domains in your account."

Like what the fuck does any of this mean?

Then I hear if I have a proxy it might interfere with the reverse proxy and both might interfere with the VPN and vice versa.

How does one even get started?

you are viewing a single comment's thread
view the rest of the comments
[–] ruplicant@sh.itjust.works 17 points 10 months ago* (last edited 10 months ago) (34 children)

what "stuff" are you talking about?

if you want to do some pirating you need a decent VPN, like Mullvad or Proton, that you run on your system (Android/Linux/Windows/iOS), not some random leaky and dubious browser add-on

dunno why dafuq you're mentioning configuring a webserver (with SWAG) to point the DNS records (A and CNAME). the VPN will act as a proxy for you. but maybe i'm just way out of my depth here...

it might help if first you tell us what exactly are tou trying to achieve

[–] funkless_eck@sh.itjust.works 2 points 10 months ago (22 children)

high-level: in the USA, download TV and movies and watch them on the TV without having to connect a cable from my computer to my TV.

I have mullvad on my phone, but when I installed it on my Pi it blocks all ssh connections (which was how I was using the pi), some googling told me this was expected behavior and I should configure my proxy/reverse proxy first with the VPN built in.

the webserver, as I understood it, is so I can watch the movies when it's done, but again as I understand it, has to be configured alongside the VPN to let me in to watch stuff, but not show the government/police/whatever that I am watching stuff

[–] habitualTartare@lemmy.world 2 points 10 months ago (1 children)

What your trying to do is a big overkill if you want only one device to connect to a VPN.

Your VPN installed on your raspberry pi should have a "local network sharing" option. Based on some blogs mullvad had some issues with hostname and network shares (as of 07/2022) and you should try to connect via IP address if you're having trouble.

Local network sharing only works on the same subnet (IP address of your computer, Pi, and TV should have the first 3 parts of the IP match, ex: 192.168.4.xxx not 192.168.x.xxx).

If you're trying to SSH to the Pi when not connected to the same network it's going to be much more difficult.

If all above fails, this GitHub issue suggests advanced split tunneling setup on the Pi so that it can listen for SSH locally.

[–] funkless_eck@sh.itjust.works 1 points 10 months ago* (last edited 10 months ago)

but I can't just have one device connected to the VPN. I have to be able to tell it what to download (from a device) and then watch it (from a device)

edit: also, from your link there

"Did you adapt the rules to your setup (IP, port etc)? What if you add a counter to the rules? Can you see them trigger on incoming packets with nft list ruleset?"

No, I have not adapted and counted the rules to trigger on incoming packets with an nft list ruleset because I have no idea what that means

From the link inside that link

"the following rules should be applied.

table inet excludeTraffic { chain allowIncoming { type filter hook input priority -100; policy accept; tcp dport 2010 ct mark set 0x00000f41 meta mark set 0x6d6f6c65; } chain allowOutgoing { type route hook output priority -100; policy accept; tcp sport 2010 ct mark set 0x00000f41 meta mark set 0x6d6f6c65; } }"

no idea what any of this means, nor what to do with it, what to change, or where to put it.

I can't be a complete idiot for thinking this seems overwhelmingly technical. Like surely you can't believe you can show that to the average person on the street and they'd be like "ohhh just table inet exclude traffic! of course!"

and "exclude traffic" sounds like the opposite of what I want - which is to include my ssh traffic.

load more comments (20 replies)
load more comments (31 replies)