diff --git a/etc/dnsmasq.d/mikaela b/etc/dnsmasq.d/mikaela index b82853eb..1489cd8f 100644 --- a/etc/dnsmasq.d/mikaela +++ b/etc/dnsmasq.d/mikaela @@ -18,6 +18,9 @@ dnssec # Check that unsigned reply is OK (takes extra queries) dnssec-check-unsigned +# Larger cache (default is 150) +cache-size=99999 + # Debugging, log all DNS queries #log-queries diff --git a/etc/unbound/unbound.conf.d/mikaela.conf b/etc/unbound/unbound.conf.d/mikaela.conf index b133a184..a73d7c13 100644 --- a/etc/unbound/unbound.conf.d/mikaela.conf +++ b/etc/unbound/unbound.conf.d/mikaela.conf @@ -14,3 +14,6 @@ server: log-queries: yes # 0 - 5, default 1, query information 3 verbosity: 1 + # more cache memory, rrset=msg*2 + rrset-cache-size: 500m + msg-cache-size: 250m