1
0
Fork 0

Tune unbound cached records a bit to answer faster

This commit is contained in:
clerie 2022-02-08 20:56:10 +01:00
parent 2d5f6d6892
commit 8f5a0bad31
1 changed files with 4 additions and 0 deletions

View File

@ -435,6 +435,10 @@
server = {
interface = [ "fd00:152:152::1" "10.152.0.1" ];
access-control = [ "::/0 allow" "0.0.0.0/0 allow" ];
prefer-ip6 = true;
prefetch = true;
serve-expired = true;
serve-expired-ttl-reset = true;
};
};
};