From 61a07368f9b300bca73c5d136ef169e64eafdff0 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 30 Apr 2022 15:18:01 +0200
Subject: [PATCH] feat(dns): explicitly enable caching and set large caches

---
 apps/k8s01/dns/dns.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apps/k8s01/dns/dns.yaml b/apps/k8s01/dns/dns.yaml
index e688044c1..9c39637e9 100644
--- a/apps/k8s01/dns/dns.yaml
+++ b/apps/k8s01/dns/dns.yaml
@@ -22,6 +22,8 @@ spec:
             - /dnsproxy
             - --upstream=https://dns.quad9.net/dns-query
             - --bootstrap=9.9.9.9
+            - --cache
+            - --cache-size=98304k
             - --cache-min-ttl=300
             - --cache-optimistic
           ports:
-- 
GitLab