linux:mullvad
This is an old revision of the document!
Table of Contents
Mullvad VPN
Mullvad is a commercial wireguard/openvpn VPN service.
Servers
Client installation
https://mullvad.net/en/download/vpn/linux
# Download the Mullvad signing key sudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc # Add the Mullvad repository server to apt echo "deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=$( dpkg --print-architecture )] https://repository.mullvad.net/deb/stable stable main" | sudo tee /etc/apt/sources.list.d/mullvad.list # Install the package sudo apt update sudo apt install mullvad-vpn
linux/mullvad.1761575192.txt.gz · Last modified: by Wulf Rajek