aboutsummaryrefslogtreecommitdiff
path: root/modules/common/adguard/default.nix
diff options
context:
space:
mode:
authoraethrvmn <me@aethrvmn.gr>2025-09-06 16:00:26 +0000
committeraethrvmn <me@aethrvmn.gr>2025-09-06 16:00:26 +0000
commite70a659d9dc374d756aa3edeeb56e181e1680b85 (patch)
tree8db0654dcc98564694247c73f35bb7a6c22bd51f /modules/common/adguard/default.nix
parentadd portals in nix-config (diff)
parentupgraded nixos (diff)
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'modules/common/adguard/default.nix')
-rw-r--r--modules/common/adguard/default.nix18
1 files changed, 14 insertions, 4 deletions
diff --git a/modules/common/adguard/default.nix b/modules/common/adguard/default.nix
index 3d74029..9cb7cc2 100644
--- a/modules/common/adguard/default.nix
+++ b/modules/common/adguard/default.nix
@@ -16,12 +16,13 @@
port = 53;
upstream_dns = [
- "9.9.9.9"
- "149.112.112.112"
+ "https://de-fra-dns-001.mullvad.net/dns-query"
+ "https://gb-lon-dns-001.mullvad.net/dns-query"
+ "https://gb-lon-dns-301.mullvad.net/dns-query"
];
fallback_dns = [
- "1.1.1.1"
- "1.0.0.1"
+ "9.9.9.9"
+ "149.112.112.112"
];
bootstrap_dns = [
"9.9.9.9"
@@ -42,6 +43,15 @@
answer = "127.0.0.1";
}
];
+
+ protection_enabled = true;
+ filtering_enabled = true;
+
+ parental_enabled = false; # Parental control-based DNS requests filtering.
+
+ safe_search = {
+ enabled = false; # Enforcing "Safe search" option for search engines, when possible.
+ };
};
};
};
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.