Install Wireguard
https://www.wireguard.com/install/
<syntaxhighlight lang="shell">sudo apt install -y wireguard resolvconf cd /etc/wireguard ls pwd </syntaxhighlight> Setup with: - Proton: https://protonvpn.com/support/wireguard-manual-linux/#cli
<syntaxhighlight lang="shell">sudo wg-quick up</syntaxhighlight>