From 6d71ea612f43dbcef6495dd7c63e6dbf279dc7f0 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 8 Jan 2024 14:54:58 -0500 Subject: [PATCH] adguardhome: updates --- hosts/haru/services/adguardhome/adguardhome.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/haru/services/adguardhome/adguardhome.nix b/hosts/haru/services/adguardhome/adguardhome.nix index 76750bf..9e42f4d 100644 --- a/hosts/haru/services/adguardhome/adguardhome.nix +++ b/hosts/haru/services/adguardhome/adguardhome.nix @@ -29,16 +29,24 @@ upstream_dns_file = config.sops.secrets.nextdns.path; enable_dnssec = true; cache_optimistic = true; + bootstrap_dns = [ + "9.9.9.10" + "149.112.112.10" + "2620:fe::10" + "2620:fe::fe:10" + ]; }; statistics = { enabled = true; interval = "336h"; ignored = [ + # i dont wanna see what people are watching "youporn.com" "pornhub.com" "xvideos.com" "onlyfans.com" "fansly.com" + "xnxx.com" ]; }; };