What are the correct DNS records for {any}-the-sub.example.com
?
While avoiding CNAME *.example.com
For extended subdomain {any}.the-sub.example.com
that would be something like:
the-sub.example.com A 0.0.0.0
*.the-sub.example.com CNAME the-sub.example.com
However same doesn't apply when using hyphen {any}-the-sub.example.com
.
nor the *-the-sub.example.com
or *the-sub.example.com
wont work right?