this post was submitted on 05 Mar 2025
69 points (97.3% liked)

Linux

51185 readers
778 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I have a router I'm running nord vpn but I use bitTorrent on windows and I'm looking to switch. Does anyone have a flavor of Linux and program they use?

Any advice would be helpful I'm getting nowhere on forums.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 days ago (1 children)

If it was Windows, it would simply be a matter of configuring the Split-tunneling options in the mullvad app and it would work the way you want, but on to use the split tunneling feature in mullvad on linux is a bit clunky and doesn't remember your settings so it annoyingly needs you to manually whitelist each app everytime you load it up.

What I do is I run mullvad in a gluetun docker container on my nas and have the environment variable "HTTPPROXY=on" set.

Then, I connect apps on my desktop computer to gluetun by going into the network settings of whatever app I want to route through mullvad and set the proxy settings to "HTTP proxy" :8888. I use these proxy settings for things like FreeTube and one of the web browsers i have installed that I want to use only with a vpn.

This will work if you set the http proxy setting in qbit, but if you are going to the trouble of setting up docker, you may as well have qbit running in a docker container too.

Maybe the best option for you is to install docker (even if you don't have a server or nas, you can run it on your desktop), and run gluetun and qbit in docker containers, this will auto start on boot running headless in the background and the vpn wont interfere with the rest on you computer.

[–] [email protected] 1 points 2 days ago

https://github.com/jamesmcm/vopono seems like this is exactly what I want, actually, might help you if you're looking for a simpler solution! thanks for the advice anyway though!