This is a simple script that allows you to run MullvadVPN along with Tailscale.
The script will not start tailscale or mullvad, but simply configure the nftables to allow both to work
- install mullvad in your system so you have the mullvad cli command available.
- You will also neeed
nftables
package installed. tailscale
with its proper setup.
- Clone this repo:
git clone https://github.com/relativisticelectron/python-mullvad-tailscale.git
pip install psutil
-
Run
python run.py
. If you want that some (running) applications bypass mullvad runpython run.py --exclude program_name1 program_name2
-
To remove the nftables run
python run.py --remove