Server/dns: localise queries

This commit is contained in:
Toast 2023-12-09 19:38:21 +01:00
parent 78d3ac4d4e
commit 5a52fd9f3a

View file

@ -16,6 +16,9 @@
than sorry :P than sorry :P
*/ */
dns-loop-detect = true; 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 ## IPv6 is not a thing in Spain so I'm guaranteed to not use it
filter-AAAA = true; filter-AAAA = true;
expand-hosts = true; expand-hosts = true;