I have a device that is already mapped to domain.tld. I now want to create a wildcard for all subdomains *.domain.tld so that they are mapped to the ip
domain.tld
*.domain.tld
In the dnsmasq.conf file, add the line
dnsmasq.conf
address=/.domain.tld/192.168.0.1
But use the IP you actually want as that end bit