the main domain is www.abc.com I use the DNS to set all sub-domains *.abc.com point to the www.abc.com.
How to say this in english?
I find the wikis, is it correct for 'pan-domain name resolving'
Wildcard DNS records Main article: Wildcard DNS record The domain name system supports wildcard domain names which are names that start with the asterisk label, '*', e.g., *.example.[3][17] DNS records belonging to wildcard domain names specify rules for generating resource records within a single DNS zone by substituting whole labels with matching components of the query name, including any specified descendants. For example, in the DNS zone x.example, the following configuration specifies that all subdomains (including subdomains of subdomains) of x.example use the mail exchanger a.x.example. The records for a.x.example are needed to specify the mail exchanger. As this has the result of excluding this domain name and its subdomains from the wildcard matches, all subdomains of a.x.example must be defined in a separate wildcard statement. The role of wildcard records was refined in RFC 4592, because the original definition in RFC 1034 was incomplete and resulted in misinterpretations by implementers.[17]
Wildcard DNS record I think this the computer-specific term which I searched for.
I want to build a wildcard dns resolving in my local-network for windows environment... I'm search for a tutorial.... Any suggestions?
Thanks for your reply!