From 718a79f8de2a55f2ab83cac7e8595cd3916ed486 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Sat, 18 Jul 2026 22:32:19 +0200 Subject: Cleaned up the config and the docs --- modules/adguard.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/adguard.nix') diff --git a/modules/adguard.nix b/modules/adguard.nix index b3a7ee2..85c5f5c 100644 --- a/modules/adguard.nix +++ b/modules/adguard.nix @@ -22,6 +22,9 @@ dns = { bind_hosts = [ "0.0.0.0" ]; port = 53; + # Clients configure this server's public IPv4 address (not + # dns.karanj.com - that hostname only resolves to the HTTPS web UI + # via Caddy) as their plain DNS resolver, e.g. :53. # Upstream DNS resolvers (privacy-respecting) upstream_dns = [ "https://dns.quad9.net/dns-query" -- cgit v1.3.1