From 687aa0db82bd878a917d259f47de2bbdc7ca8dbc Mon Sep 17 00:00:00 2001 From: death916 Date: Sat, 20 Dec 2025 04:37:28 -0800 Subject: [PATCH] resolved --- modules/adguard.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/adguard.nix b/modules/adguard.nix index 22dc83d..a98ef59 100644 --- a/modules/adguard.nix +++ b/modules/adguard.nix @@ -26,6 +26,10 @@ "8.8.8.8" "100.100.100.100" ]; + bootstrap_dns = [ + "9.9.9.9" + "8.8.4.4" + ]; }; filtering = { protection_enabled = true;