From fd085bb548fbef58df21eb4b504e5a20624e8bc7 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Mon, 3 Oct 2022 16:56:51 -0700 Subject: [PATCH] :memo: Made note of new mullvadvpn configuration --- updates.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/updates.txt b/updates.txt index fd4d9c0d..c125c729 100644 --- a/updates.txt +++ b/updates.txt @@ -158,3 +158,17 @@ paru figma-linux Install brave and uninstall ungoogled chromium (configure brave first with extensions and chrome://flags) Install css LSP in neovim + +Install openresolv (for use with Mullvad) + +doas pacman -S openresolv + +log into mullvadvpn using your account number (see offline notes on desktop): + +download configuration files (use default udp) + +xtract -zip the mullvad.zip configuration and copy all files to /etc/openvpn/client + +edit mullvad_x.conf to reflect all files to /etc/openvpn/client/files* + +In /etc/runit/sv/openvpn/run, edit to exec /usr/bin/openvpn --config /etc/openvpn/client/mullvad_x.conf