Commit Graph

11 Commits

Author SHA1 Message Date
admin 6ea71dfdb7 pihole: split-horizon — forward demo-felhom.eu to the felhom-pve host resolver
The stale `address=/demo-felhom.eu/192.168.0.162` pinned A to the host (pre-Proxmox
era, when the host ran traefik) and forwarded AAAA upstream → Cloudflare (split-brain),
so LAN clients hit 192.168.0.162:443 (nothing there) → ERR_CONNECTION_REFUSED.
Switch to a conditional forward `server=/demo-felhom.eu/192.168.0.162` so the Pi-hole
relays the zone to the felhom-agent-managed dnsmasq on the host, which answers the
guest's live IP (192.168.0.151) + AAAA NODATA and tracks the DHCP IP.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-11 18:39:52 +02:00
admin 9e020af94d pihole: bump image to 2026.05.0 (dnsmasq CVE security release)
Pi-hole 2026.05.0 bundles FTL v6.6.2 which imports six upstream dnsmasq
security fixes, covering all publicly disclosed CVEs against the
dnsmasq 2.92/2.93 line. Per the upstream release notes the fixes are
"minimal, self-contained changes to the embedded dnsmasq sources. No
FTL-side configuration or API changes; users should see no observable
behavior change beyond the closed vulnerabilities."

Override the chart's default image.tag in helm/pihole/values.yaml (no
chart version bump). The pihole ArgoCD app is intentionally MANUAL
sync per Viktor's call -- after merge, sync the pihole app from the
ArgoCD UI to roll the pod over.

https://github.com/pi-hole/docker-pi-hole/releases/tag/2026.05.0

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-06 12:55:58 +02:00
admin 6857e9e14f added custom dns entry 2026-02-11 15:18:15 +01:00
admin 94c6ad7b88 admin pw disabled 2026-01-06 18:00:58 +01:00
admin 2fd6710807 removed admin PW 2026-01-06 17:33:38 +01:00
admin 3895ce164d disabled PW 2026-01-06 17:29:46 +01:00
admin 6c98ba2e51 fixed 2026-01-06 17:25:28 +01:00
admin 771d3c84dd removed pihole.home from tls 2026-01-06 17:24:11 +01:00
admin c099baa03e updated pihole ingress 2026-01-06 17:17:53 +01:00
kisfenyo 453fd727fd pihole pvc size increase 2025-12-28 21:03:35 +01:00
kisfenyo a5d65c3be0 Add Helm values for pihole, external-dns, plex 2025-12-18 20:40:31 +01:00