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:
parent
7cde861e0b
commit
40d4500f9d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ in
|
||||||
|
|
||||||
prefetch = true;
|
prefetch = true;
|
||||||
prefetch-key = true;
|
prefetch-key = true;
|
||||||
serve-expired = true;
|
serve-expired = false;
|
||||||
|
|
||||||
aggressive-nsec = true;
|
aggressive-nsec = true;
|
||||||
hide-identity = true;
|
hide-identity = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue