From fec58026b91025262a9c29b84c64ef450cfa230f Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 20 Oct 2022 18:17:17 -0400 Subject: [PATCH] Grammar Fixes Signed-off-by: Tommy --- content/posts/qubes/Using Mullvad VPN on Qubes OS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/qubes/Using Mullvad VPN on Qubes OS.md b/content/posts/qubes/Using Mullvad VPN on Qubes OS.md index f684d34..b180902 100644 --- a/content/posts/qubes/Using Mullvad VPN on Qubes OS.md +++ b/content/posts/qubes/Using Mullvad VPN on Qubes OS.md @@ -56,11 +56,11 @@ Create an AppVM based on the TemplateVM you have just created. Set `sys-firewall Edit `/rw/config/rc.local` to workaround [issue 3803](https://github.com/mullvad/mullvadvpn-app/issues/3803): ```bash -echo "sleep 10 # Waiting a bit that Mullvad succeeds to establish connection +echo "sleep 10 # Waiting a bit so that Mullvad can establish a connection /usr/lib/qubes/qubes-setup-dnat-to-ns" | sudo tee -a /rw/config/rc.local ``` -You can now use this ProxyVM as the net qube for other qubes! +Restart the ProxyVM. You can now use this ProxyVM as the net qube for other qubes! ## Notes