From b87c6230b3df0d2ca40030ba22034990db5519c9 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 30 Apr 2022 04:12:36 +0200
Subject: [PATCH] fix(dns): Remove unneeded paramter

---
 apps/k8s01/dns/dns.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/k8s01/dns/dns.yaml b/apps/k8s01/dns/dns.yaml
index 3dcd20b4b..899a23706 100644
--- a/apps/k8s01/dns/dns.yaml
+++ b/apps/k8s01/dns/dns.yaml
@@ -22,7 +22,6 @@ spec:
             - /dnsproxy
             - --upstream=https://dns.shivering-isles.com/dns-query
             - --bootstrap=1.1.1.1
-            - --listen 0.0.0.0
             - --cache-min-ttl=300
             - --cache-optimistic
           ports:
-- 
GitLab