1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00

[Unbound] Reduce negative max ttl to 60s and min-ttl for all other keys to 5

This commit is contained in:
André 2018-10-16 20:14:14 +02:00
parent 8958449e76
commit 51dd88abeb

View File

@ -24,6 +24,9 @@ server:
#private-address: 169.254.0.0/16
#private-address: fc00::/7
#private-address: fe80::/10
# cache-min-ttl needs to be less or equal to cache-max-negative-ttl
cache-min-ttl: 5
cache-max-negative-ttl: 60
root-hints: "/etc/unbound/root.hints"
hide-identity: yes
hide-version: yes