diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2026-07-18 22:32:19 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2026-07-18 22:32:19 +0200 |
| commit | 718a79f8de2a55f2ab83cac7e8595cd3916ed486 (patch) | |
| tree | 9161a11f608f7de182f6ae3003ca55acd75a3485 /modules/adguard.nix | |
| parent | 3fdf4a3e0dbd55b2b1dce12ca0396dc018c4e0e3 (diff) | |
Cleaned up the config and the docs
Diffstat (limited to 'modules/adguard.nix')
| -rw-r--r-- | modules/adguard.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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. <server-ipv4>:53. # Upstream DNS resolvers (privacy-respecting) upstream_dns = [ "https://dns.quad9.net/dns-query" |
