feat: TLS dns

This commit is contained in:
Giulio De Pasquale 2025-04-22 15:19:04 +01:00
parent abbb655383
commit aba86e6d02

View File

@ -58,12 +58,15 @@ in
coredns = { coredns = {
enable = true; enable = true;
config = '' config = ''
${generateCoreDNSConfig allDomains} ${generateCoreDNSConfig allDomains}
. { . {
cache cache
forward . 45.90.28.77 45.90.30.77 forward . tls://45.90.28.77 tls://45.90.30.77 tls://2a07:a8c0::d6:5174 tls://2a07:a8c1::d6:5174 {
} tls_servername architect-d65174.dns.nextdns.io
health_check 5s
}
''; '';
}; };
}; };