aboutsummaryrefslogtreecommitdiff
path: root/modules/common/adguard
diff options
context:
space:
mode:
Diffstat (limited to '')
-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.