diff --git a/roles/server/dns.nix b/roles/server/dns.nix index c5915d2..d50e8ea 100644 --- a/roles/server/dns.nix +++ b/roles/server/dns.nix @@ -16,6 +16,9 @@ than sorry :P */ dns-loop-detect = true; + + # If this isn't set a cname that targets a host might return the wrong ip + localise-queries = true; ## IPv6 is not a thing in Spain so I'm guaranteed to not use it filter-AAAA = true; expand-hosts = true;