mullvad.net

regulatorg, to privacyguides in Mullvad VPN - Infrastructure audit completed by Radically Open Security

Forgot one point

  • got in trouble for not offering port forwarding anymore
rar,

Getting in trouble? It’s more like:

  • Server providers threatening to terminate business with Mullvad because some of its users used port forwarding to host contents that meant legal trouble.
  • Mullvad chose to terminate support for port forwarding in a transparent way and gave clear dates to prepare. This was done instead of selling off their users or collaborating with whatever legal threats they were facing.

I don’t like it, but at least I understand their business decision. Even if I took my business elsewhere, they have a solid point on transparency.

ultratiem, to privacy in Mullvad Convert Encrypted DNS Servers To Run From RAM
@ultratiem@lemmy.ca avatar

They have been trying to make this a thing for a while now. Glad they are finally near the finish line!

And if anyone had doubts about their no-log policies. These guys are just great!

opensourcedeeznuts,

I just bought in to mulvad today via Tailscale, so far so good, I like it!

ultratiem,
@ultratiem@lemmy.ca avatar

I love the entire process. I love that I can send them cash in an envelope with an account number on it and they’ll just top it up lol. I wish every online retailer had to do what they voluntarily do.

library_napper, to linux in Mullvad has Deb and RPM repositories now!
@library_napper@monyet.cc avatar

Nice. I accidentally discovered that mullvads wireguard app somehow magically bypasses some captive portals. Yay free internet!

Wrincewind, to linux in Mullvad has Deb and RPM repositories now!

As a Linux noo (or maybe someone that doesn’t keep up with the news, I don’t know), what’s Mullvad?

Arthur_Leywin, (edited )

It’s like NordVPN but a bit more private.

  1. They don’t require an account (username/password) for you to use. You pay them for an account number and use Mullvad VPN by inputting it.
  2. They were about to be raided but they managed to get out of that with their lawyers.
  3. It’s also very easy to use on Linux because there’s a GUI, which is great. CLI seems overkill for an app that needs to be turned on and off (i.e. NordVPNJ my old VPN).

It’s overall nice.

MashedTech,

I honestly think CLI control is essential in any app. Because this is the most rudimentary and accessible way for other apps and scripts to interact with the apps features and control over the system.

MiddledAgedGuy, (edited )

Highly regarded VPN service.

dauerstaender, to linux in Mullvad has Deb and RPM repositories now!

Still waiting for cross distro support with flatpak

Pantherina,

It is a bit hard to do, because they have systemd services, early boot blocking and all that. Not possible with Flatpak so they dont waste Time.

interceder270,

Lol, I was just thinking ‘nice to see people still using native package managers.’

Is Mullvad not available for your distro?

NateNate60,

Is Flatpak, from a technical standpoint, capable of running VPN applications?

Providing .ovpn configuration files would be equally cross-distro, and in fact, would be cross-platform since almost every operating system supports importing OpenVPN configurations or supports a piece of software that does.

dauerstaender,

I can’t tell you how, because I don’t know the technical details either, but why shouldn’t it be? If given the right permissions it can access the same interfaces as any process.

NateNate60,

I ask because to my knowledge, Flatpak applications don’t get access to the system interfaces that are needed to control VPN connections. There isn’t a portal for it to the best of my knowledge and the way that VPN connections are handled differ between distros.

hottari,

It appears to be possible flathub.org/apps/com.protonvpn.www

corsicanguppy,

Learn how flatpak is a security anti-pattern.

RustyNova,

Care to expand on that?

RvTV95XBeo,

L e a r n h o w f l a t p a k i s a s e c u r i t y a n t i - p a t t e r n .

/s

RustyNova,

Instructions uncleared, flatpak expended my dong

avidamoeba, to linux in Mullvad has Deb and RPM repositories now!
@avidamoeba@lemmy.ca avatar

Where snap?

4am,

In the trash where it belongs

Pantherina,

A snap could actually be possible. I am happy they dont focus on that, but Ubuntu can even run cups as a snap, their Ubuntu Core is pretty cool. It sucks that their store is proprietary, but you could write your own installer, fetching .snap packages from any repo and installing them locally

MrCamel999, to linux in Mullvad has Deb and RPM repositories now!
@MrCamel999@programming.dev avatar

Yay!

sebsch,

Paru!

roi,

Yaourt!

pastermil,

Yum!

reallyzen,
@reallyzen@lemmy.ml avatar

zypper!

Pantherina,

Dnf on Opensuse !

ouch, to linux in Mullvad has Deb and RPM repositories now!

Good job, Mullvad!

Now add port forwarding back.

Pantherina,

Yes that is so sad. No torrenting anymore just leeching. Sucks. But understandable, how do other VPS providers handle that?

HumanPerson,

Idk for the how but airvpn does for comparable prices. This coming from a fellow multi-tb Linux iso torrenter. Also I assume you mean VPN unless mullvad does VPS stuff I don’t know of.

Pantherina,

VPS and VPN. Everyone hosting stuff that makes Police known on their doors

Kalcifer,

Does your network not support UPnP? You shouldn’t normally need to port forward in order to seed a torrent, unless your network prevents NAT traversal.

Pantherina,

Uhm, I dont know? Does that work over Mullvad? I thought then it only works if the other person has an open port

interceder270,

how do other VPS providers handle that?

They have users that quit if they remove the feature.

cantankerous_cashew,

This. I switched over to protonvpn, but I’d switch back in a heartbeat if Mullvad re-enables port forwarding.

wyzim, to linux in Mullvad has Deb and RPM repositories now!

I’m assuming VPNs are not really suited to be run as flatpak apps because of system permissions? And it probably won’t work from inside Distrobox/Toolbox container either.

Infiltrated_ad8271, (edited )
@Infiltrated_ad8271@kbin.social avatar

It is possible, but without access to elevated permissions I gather it would be basically useless for anything other than per app redirection.

bizdelnick, to linux in Mullvad has Deb and RPM repositories now!

wget https://repository.mullvad.net/rpm/stable/mullvad.repo | sudo tee /etc/yum.repos.d/mullvad.repo

This command won’t work.

Pantherina,

Better? I was not sure did it with cd and forgot the parameters for wget XD isnt it -O /path/to/destination/ ?

BautAufWasEuchAufbaut, (edited )
@BautAufWasEuchAufbaut@lemmy.blahaj.zone avatar

I think you can just replace wget with curl.
Alternatively -O - I think.
You can’t use the path directly because of permissions. And you shouldn’t run wget with root permissions.

Pantherina, (edited )

Yes thats why I did that and seperated it from the wget as I also think thats not the best idea

Okay fixed it. Damn thats weird, I think I just used sudo wget X -O /path/ but not a good idea I guess.

qaz, (edited )

Why won’t it work?

Kazumara, (edited )

Because wget doesn’t use standard output for the downloaded file by default, instead it creates a file with the name in the url in the workingdir. If you want it to use standard output you need -O -

jimmydoreisalefty, to privacy in Mullvad Convert Encrypted DNS Servers To Run From RAM
  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #