If you need a wildcard in your DNS forwarder (*.domain.com)
1. Log in to pfSense 2.0 instance via the web interface.
2. Go to Services-> DNS Forwarder (
http://pfSensense_url/services_dnsmasq.php)
3. Click the Advanced button Add as many of the following as you need, each entry on a new line.
address=/dev/127.0.0.1
Where dev is the end of the wildcard entry, and 127.0.0.1 is the ip that these wildcard names will resolve to. Think of dev as *.dev, but only list the part after the dot. So myhost.dev, myhost.subdomain.dev, and anything else that ends in .dev and is not defined elsewhere, will resolve to the ip provided.
So if you need *.com then the corresponding line will look like
address=/com/127.0.0.1
Credit:
http://serverfault.com/questions/321563/how-can-i-setup-a-wilcard-dns-entry-on-pfsenseThank you
Scott