This commit is contained in:
Sandro - 2022-09-18 01:26:40 +02:00
parent 0449688a76
commit cd959a1f88
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ lib.mkIf config.site.hosts.${hostName}.services.dnscache.enable {
num-threads = 4;
verbosity = 1;
prefetch = true;
prefetch-keys = true;
prefetch-key = true;
serve-expired = true;
cache-min-ttl = 60;
cache-max-ttl = 3600;