pihole-dns-troubleshoot
Installation
SKILL.md
Troubleshoot DNS Resolution Skill
Systematic diagnosis and resolution of DNS resolution issues in the Pi-hole DNS infrastructure.
Quick Start
Run quick diagnostic to identify DNS issues:
# Check DNS resolution
dig @192.168.68.136 pihole.temet.ai
# Check Pi-hole is running
docker ps | grep pihole
# Check DNS records configured
docker exec pihole nslookup pihole.temet.ai 127.0.0.1
Related skills