0
I have an application that works with DNS wildcard. So any subdomain is valid. For example:
test.dominio.com.br other domain.com.br
Any of the above links go to a particular IP.
I happen to want to create a wordpress site for this application of mine and it will work in the URL www.dominio.com.br
Currently my DNS settings are like this:
Type A with name @ pointing to IP X
Type A with name * pointing to IP X
So I’m thinking about creating another DNS entry like this:
Type A with name www pointing to IP Y.
In my application when the person enters without for anything, only the domain.com.br my application redirects to www.dominio.com.br
I wonder if this is the best way and if I won’t make it all stop working if I do as I thought.