I have dnsmasq version 2.66 installed on CentOS. As per release notes, dnsmasq supports regular expressions starting 2.60
I have following enty in my config file:
address=/:clients[0-9]*\.google\.com/192.168.10.2
This single entry should resolve the address for urls matching clients.google.com and clients3.google.com to address 192.168.10.2 but it does not.
Please suggest a solution for this issue.