0

I have a domain with a wildcard subdomain entry pointed at IP-A:

domain-a.com   -> xxx.xxx.xxx.xxx
*.domain-a.com -> xxx.xxx.xxx.xxx

Can I create another CNAME pointing a spcified subdomain at a different IP. Or, rather, if I create such an entry, will it resolve to the 2nd IP?:

domain-a.com       -> xxx.xxx.xxx.xxx
*.domain-a.com     -> xxx.xxx.xxx.xxx
thing.domain-a.com -> yyy.yyy.yyy.yyy

Will that work? Does it even make sense?

cori
  • 381
  • 1
  • 8
  • 16

1 Answers1

2

Yes. See RFC 1034, section 4.3.3 for more technical information.

mghocke
  • 796
  • 4
  • 5