From 36f9afbe98d5563a84a2d09b538f1c71bbd775c5 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 20 May 2024 16:01:13 -0700 Subject: [PATCH] Restart systemd-resolved before qubes-setup-dnat-to-ns Signed-off-by: Tommy --- content/posts/qubes/Using IVPN on Qubes OS.md | 1 + content/posts/qubes/Using Mullvad VPN on Qubes OS.md | 1 + 2 files changed, 2 insertions(+) diff --git a/content/posts/qubes/Using IVPN on Qubes OS.md b/content/posts/qubes/Using IVPN on Qubes OS.md index 7b969ba..f419fad 100644 --- a/content/posts/qubes/Using IVPN on Qubes OS.md +++ b/content/posts/qubes/Using IVPN on Qubes OS.md @@ -56,6 +56,7 @@ StartLimitIntervalSec=0 [Service] Type=oneshot +ExecStart=/usr/bin/systemctl restart systemd-resolved ExecStart=/usr/lib/qubes/qubes-setup-dnat-to-ns ``` 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 7fa0784..c078e08 100644 --- a/content/posts/qubes/Using Mullvad VPN on Qubes OS.md +++ b/content/posts/qubes/Using Mullvad VPN on Qubes OS.md @@ -41,6 +41,7 @@ StartLimitIntervalSec=0 [Service] Type=oneshot +ExecStart=/usr/bin/systemctl restart systemd-resolved ExecStart=/usr/lib/qubes/qubes-setup-dnat-to-ns ```