associate dhcp requests with subdomains in dnsmasq
- by Dezra
I have dnsmasq running as a dns server with a number of linux boxes using static ips that run several virtual hosts on subdomains.
I currently have the following address line in my dnsmasq.conf to map the subdomain of a boxes address to the boxes static ip:
address=/.devbox1.mydomain.com/192.168.1.3
address=/.devbox2.mydomain.com/192.168.1.4
…