diff options
author | azahi <azat@bahawi.net> | 2024-10-22 01:50:45 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2024-10-22 01:50:45 +0300 |
commit | 800b426b71e64556be79c1915540f24dab72209e (patch) | |
tree | dd91d07a0428238db47da6eb9799d8731c733200 /modules/unbound.nix | |
parent | 2024-10-21 (diff) |
2024-10-22
Diffstat (limited to '')
-rw-r--r-- | modules/unbound.nix | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/modules/unbound.nix b/modules/unbound.nix index dae47f8..e837f89 100644 --- a/modules/unbound.nix +++ b/modules/unbound.nix @@ -135,20 +135,7 @@ in { name = "."; forward-tls-upstream = true; - forward-addr = - let - mkDnsOverTls = - ips: auth: - map ( - ip: - concatStrings [ - ip - "@" - auth - ] - ) ips; - in - mkDnsOverTls dns.const.quad9.default "853#dns.quad9.net"; + forward-addr = dns.mkDoT dns.const.quad9.ecs; } ]; |