Reputation: 11
Is that possible to create wildcard records like *-demo.example.com, *-abc.example.com and *-xyz.example.com? all are pointing to different IP to CNAME.
Actually, I'm developing an application and that is required to have the multiple wildcards with the single domain name.
*-demo.example.com
*-abc.example.com
*-xyz.example.com
And all records are pointing to different IP or CNAME.
Upvotes: 1
Views: 729
Reputation:
No, it's not. Wildcards are by definition whole labels with the content "*", and they must be the leftmost label. See RFC 1034 section 4.3.3.
Upvotes: 1