Hi ,
I have wildcard record configured over the domain as
Record Type : CNAME
Name : *
Content : lb.domain.com
I want to route a set of domains to a different IP let’s say :
Record Type : A
Name : *-beta
Content : 1.2.3.4
Currently when i do the above configuration then beta domain (xyz-beta.domain.com) also gets routed to the first wildcard(lb.domain.com) record created.
Any solution to the above query ?
Thanks