From 6df2fdecb7e30dcc9f0c9394677b336f528b1488 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Mon, 8 Sep 2025 12:27:13 +0100 Subject: [PATCH] boot: Add Control D DNS as fallback if Mullvad is down --- common/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/boot.nix b/common/boot.nix index 1eb8089..342b3d0 100644 --- a/common/boot.nix +++ b/common/boot.nix @@ -16,7 +16,7 @@ in fallbackDns = [ ]; dnsovertls = "true"; extraConfig = '' - DNS=2a07:e340::4#base.dns.mullvad.net 194.242.2.4#base.dns.mullvad.net + DNS=2a07:e340::4#base.dns.mullvad.net 194.242.2.4#base.dns.mullvad.net 2606:1a40::11#p2.freedns.controld.com 76.76.2.11#p2.freedns.controld.com ''; }; }