the.widge
Manage your Domain
 
Username  
Password   [?]
 unlockedUNENCRYPTED Connection
 unlockedUNENCRYPTED Connection from 38.107.191.111
09.06.2010 22:08:06 EDT
Help
 
Search
Faq 73
What is a wild card DNS?

Wildcards allow one record to stand in for a number of other records.
Wildcard is used in the name field of a record.
The "*" must be the only symbol in its label, and it must be the left most label.
example:
*.example.com IN A 192.168.0.1
fizz.example.com IN A 192.168.0.2
will match: www.example.com, foo.example.com
won't match: example.com or fizz.example.com