disable serving expired DNS entries

This should be fine, since popular names are prefetched and should therefore not expire that often.
This commit is contained in:
Tim Schubert 2023-01-03 11:36:10 +01:00
parent 7cde861e0b
commit 40d4500f9d
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -42,7 +42,7 @@ in
prefetch = true;
prefetch-key = true;
serve-expired = true;
serve-expired = false;
aggressive-nsec = true;
hide-identity = true;