Skip to main content

DNS-Wildcard

Login to your pi-hole and go to /etc/dnsmasq.d/
Create a new file, lets call it 02-my-wildcard-dns.conf
Edit the file, and add a line like this:
address=/mydomain.lab/192.168.1.20
Save the file, and exit the editor
Run the command: service pihole-FTL restart