Hello, I want to make it clear that I know how to use my raspberry pi 3b+, I know how to torrent, and I have a general idea how to bind qbittorrent to a VPN on linux.
My questions are this:
- My Raspberry Pi is running Pi-Hole to help manage the entire adblocking, since my brother refuses to install one despite having 2 viruses in the last year.
- My Raspberry Pi is also plugged into the router via Ethernet
- I can install AirVPN, I can slowly figure out their terminal client
How do I make it so qBittorrent is binded to the VPN, but the VPN doesn’t filter the DNS requests so my already slow internet into 1993 speeds.
Mainly just asking here, since reddit is dead to me, and I don’t want to ask a discord.
I am not an AirVPN user, but you might want to look for whether AirVPN supports filtering traffic based on port numbers, and then you can set a fixed port in your torrent client which AirVPN will always route through the VPN (and allow other traffic such as DNS and HTTPS to go around it).
Some VPNs support app-based split tunneling (such as Mullvad), but it seems from a quick search that AirVPN doesn’t. But if it supports port based filters, you can accomplish the same thing.
First you need to get some small sails and rigging. Argh!
Then ye be needin’ a crew. Argh!
Then ye need plenty of wenches! And he-wenches and nonbinary wenches, if ye be that way!
And grog! Plenty of grog!
Check if airvpn client has a Killswitch option.
Are you using docker? If so, you may use gluetun or run the vpn client inside the qbittirent container
Also, some vpn provide adblocking. So, another way would be… skip pihole and just use raspAP to create a WLAN where all devices connect. You may even turn off your router wifi and rename the newly created WLAN so that your brother doesn’t even know ;)
I haven’t tried it really, but maybe there are tutorials.
I just bought a Pi and set this up a couple of weeks ago. I turned my Pi into a NAS using OMV 6 (Open Media Vault - free), installing docker compose and qbittorrent in OMV, also installed gluetun docker in OMV, and then added my, opened a port in AirVpn, and added the port to gluetun and set the network_mode argument in qbittorrent to my gluetun container. Now qbittorrent only connects to my vpn. OMV has extensive documentation for setting it and docker compose up, and the OMV community forum is extremely active.