feat(abaduh,adguard): use more stable upstream dnses

This commit is contained in:
Guz
2026-01-01 19:25:12 -03:00
parent fedd1eada9
commit feefdb676f

View File

@@ -17,12 +17,20 @@ in {
};
theme = "dark";
dns = {
bootstrap_dns = [
"1.1.1.1"
"8.8.8.8"
];
bind_hosts = [
"127.0.0.1"
(elemAt config.networking.interfaces."eno1".ipv4.addresses 0).address
"100.86.139.22"
];
upstram_dns = ["9.9.9.9"];
upstram_dns = [
# "9.9.9.9"
"1.1.1.1"
"8.8.8.8"
];
};
filtering = {
rewrites = mkIf config.services.caddy.enable (pipe config.services.caddy.virtualHosts [