I would like to create subdomain tag.example.com and then fourth level wildcard subdomain DNS record over that one. I mean *.tag.example.com Is this possible ? and if so how ?

link|improve this question

20% accept rate
What are you using to serve out DNS records? If it's bind, it should be straightforward enough. – Andy Smith Sep 12 '11 at 18:34
I use dnsmadeeasy.com – chubbyk Sep 12 '11 at 18:37
A quick google throws up support.dnsmadeeasy.com/…. Never used them, so I can't help further unfortunately. – Andy Smith Sep 12 '11 at 18:44
feedback

1 Answer

Wildcards are possible at any level. The only limit, which applies to both wildcards and normal subdomains, is that there can be at most 63 dot-separated components.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.