Files
da-HomeNetDocumentation/PI2/Konfiguration/dienste/pihole.md
T

50 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: pihole
description:
published: true
date: 2026-06-28T14:30:41.325Z
tags:
editor: markdown
dateCreated: 2026-06-28T14:30:39.562Z
---
# Pi-hole DNS-Adblocker
**Zusammenfassung**: Pi-hole blockt netzwerkweit Werbung und Tracker auf DNS-Ebene. Läuft als `pihole-FTL.service` auf dem PI2.
**Quellen**: 🔌 SSH (`systemctl status pihole-FTL.service`, `pihole -v`)
**Zuletzt aktualisiert**: 2026-06-28
---
## Status
| Metrik | Wert |
|---|---|
| **Dienst** | `pihole-FTL.service` |
| **Aktiv seit** | 4. Juni 2026, 01:28 Uhr |
| **Core-Version** | v6.3 (Latest: v6.4.2) |
| **Web-Version** | v6.4 (Latest: v6.5.1) |
| **FTL-Version** | v6.4.1 (Latest: v6.6.2) |
| **Status** | ✅ Aktiv, Blocking enabled |
| **Ports** | 53/UDP + 53/TCP (DNS) |
| **PID** | 681 |
## Konfiguration
- **Service**: `/etc/systemd/system/pihole-FTL.service`
- **Cron-Jobs**: `/etc/cron.d/pihole`
- Täglich 4:00 Uhr: Adlisten-Update (`pihole updateGravity`)
- Täglich 0:00 Uhr: Log-Rotation (`pihole flush once quiet`)
- Täglich 18:04 Uhr: Versions-Check (`pihole updatechecker`)
- **Logrotate**: `/etc/pihole/logrotate`
## Netzwerk
- Der lokale DNS-Server der FritzBox (192.168.178.1) leitet vermutlich an den Pi-hole auf 192.168.178.44:53 weiter (oder jedes Gerät nutzt den PI2 direkt als DNS)
- Pi-hole blockiert DNS-Anfragen auf Liste bekannter Werbe-Domains
## Verwandte Seiten
- [netzwerk](../../Allgemein/netzwerk.md)
- [sicherheit](../../Allgemein/sicherheit.md)