From ad5eb1df1bb5ef53e64d7d533d8fed24f48ead4f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 7 Feb 2026 22:42:12 +0200 Subject: feat(pihole): add LAN DNS access via externalIP Configure Pi-hole DNS service to bind to 192.168.1.120 for LAN access. This allows clients on the 192.168.1.0/24 network to use Pi-hole as their DNS server without needing to be on the Wireguard mesh. Co-authored-by: Cursor --- f3s/argocd-apps/services/pihole.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/f3s/argocd-apps/services/pihole.yaml b/f3s/argocd-apps/services/pihole.yaml index 9dbe381..e36f644 100644 --- a/f3s/argocd-apps/services/pihole.yaml +++ b/f3s/argocd-apps/services/pihole.yaml @@ -32,6 +32,8 @@ spec: claimName: "pihole-dnsmasq-pvc" serviceDns: type: LoadBalancer + externalIPs: + - 192.168.1.120 # LAN access serviceWeb: type: ClusterIP ingress: -- cgit v1.2.3