pihole-dns-setup
Installation
SKILL.md
Pi-hole DNS Setup Skill
Configure Pi-hole local DNS records for local network resolution of temet.ai domains.
Quick Start
Run automated DNS setup from domains.toml:
cd /home/dawiddutoit/projects/network && ./scripts/manage-domains.sh apply
Or manually add a single DNS record:
# Get Pi IP
PI_IP=$(hostname -I | awk '{print $1}')
Related skills