From 60a54c48ffc729577b72005145ed42bdba928173 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Tue, 8 Oct 2024 14:56:16 +0500 Subject: [PATCH] fix: Pihole | use router as dns2 --- helm/values/pihole.values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/values/pihole.values.yaml b/helm/values/pihole.values.yaml index 599750f..0f56dbd 100644 --- a/helm/values/pihole.values.yaml +++ b/helm/values/pihole.values.yaml @@ -1,6 +1,8 @@ --- DNS1: 1.1.1.1 +DNS2: + 192.168.0.1 admin: enabled: true existingSecret: pihole-admin