AceSLS

joined 2 years ago
[–] [email protected] 14 points 5 months ago (30 children)

For example if your family sharing library has 1 license for a Game only one of it's members will be able to play it simultaneously. This modification disables that lock for everyone using it

[–] [email protected] 2 points 5 months ago* (last edited 5 months ago)

No, AllowedIPs should be set to your internal Wireguards IP range to only allow access to your Wireguard peers. You could also add more like your Servers LAN for example (which will need packet forwarding, as I mentioned before)

Here's an example of one of my client configs:

[Interface]
Address = 10.8.0.2/32
PrivateKey = 

[Peer]
PublicKey = 
PresharedKey = 
Endpoint = 192.168.0.3:51820
AllowedIPs = 10.8.0.0/16

Just be careful to not mess up your subnet masks. For example my [Interface] Address ends with /32 because that only leaves 10.8.0.2 In the [Peer] Section i set it to /16 which will allow the client to connect to 10.8.x.x iirc

Best is to just try it yourself and see if it works, I'm by no means good at networking stuff

[–] [email protected] 2 points 5 months ago* (last edited 5 months ago) (2 children)

Iirc setting AllowedIPs in your clients config should do exactly that. Their respective [Peer] entry in your servers config should also have the same AllowedIPs, otherwise they could easily circumvent this

Further finetuning should be really easy by using any firewall on your Wireguard server

If you want your clients to be able to access other devices in your servers LAN you need to setup additional packet forwarding rules though. Optionally setup NAT aswell

[–] [email protected] 4 points 5 months ago (1 children)

This is only really secure if your server is in a trusted location imo

[–] [email protected] 4 points 5 months ago* (last edited 5 months ago) (1 children)

gocryptfs is what I'd use for this. It's designed with cloud storage in mind

Using strong encryption should be enough for your use case, unless you're a high profile target. Even then, it's more likely whoever is after you will try to get access to your unencrypted files instead because cracking strong encryption isn't worth it most of the time

Iirc your cloud service provider could still figure out your unencrypted directory layout and filenames. You should really do some research on this if you wanna make sure you know all the risks

[–] [email protected] 6 points 6 months ago

YTDLnis

Android GUI for yt-dlp, which can download Videos from many websites. You can only dowload audio aswell

[–] [email protected] 152 points 6 months ago (9 children)

Good, hope they get banned in the EU so people will switch to competitors

[–] [email protected] 4 points 6 months ago
[–] [email protected] 2 points 7 months ago

I have an rtx 3060, i don't think that counts as old

Huh, that just makes everything weirder

I feel you, should have gone with AMD

Yeah, this is definitely my last Nvidia card

[–] [email protected] 2 points 7 months ago (2 children)

It's mostly people on older cards with those problems I guess

Me for example on my GTX 1080 can't use G-Sync (monitor blacks out in specific fps ranges). Nvidia "fixed" this like 5 times already. Newer cards work correctly I guess?

I also get graphical bugs in Wayland after Nvidias final Wayland "fix". Other people somehow do not experience this so I guess newer cards work correctly (again)

Imo Nvidia just didn't bother fixing this on their old cards so there is a minority left with those problems which can be ghosted safely by Nvidia because "those bugs got fixed"

It's not uncommon for Nvidia to ignore their normal users since the most money comes from other companies purchasing their GPUs anyway

[–] [email protected] 16 points 7 months ago

Should work out of the box according to ProtonDB

[–] [email protected] 3 points 7 months ago

Youtube uses VP9 for all resolutions most of the time. 1080p and below offer AVC as fallback encoding

view more: ‹ prev next ›