Date : 12/01/2026 21:00 Duree : ~45 min Statut : TERMINE
Deployer Pi-hole pour Split-DNS : les domaines *.33800.nowhere84.com resolvent vers IPs locales sur le reseau local.
pihole (pihole/pihole:latest)Domaines locaux configures via pihole-FTL --config dns.hosts:
| Domaine | IP |
|---|---|
| *.33800.nowhere84.com | 192.168.1.104 (nginx) |
# Resolution locale
dig @192.168.1.12 gitlab.33800.nowhere84.com +short
# Resultat: 192.168.1.104 (local!)
# Resolution externe
dig @192.168.1.12 google.com +short
# Resultat: IP Google via Cloudflare
| Fichier | Emplacement |
|---|---|
| docker-compose.yml | /mnt/stock_8to/33800-stack/docker/stacks/pihole/ |
| nginx config | /etc/nginx/sites-available/pihole.conf |
| Pi-hole config | /etc/pihole/pihole.toml (dans container) |
Configurer la Freebox Ultra pour utiliser Pi-hole comme DNS :
pihole-FTL --config au lieu de fichiers dnsmasq traditionnels