Here's the situation:
- before I bought the domain, all of its subdomains were resolving to some IP address (let's call it WRONG IP)
- after I bought it - nothing changed. I could add my own records, but any non-existing subdomains would still point to WRONG IP
- to counteract this, I created a wildcard subdomain to point to my server (let's call it RIGHT IP).
- now all non-existing subdomains point to RIGHT IP
But all I want is a couple of A records ... that's all. I don't want all of the non-existing subdomains to point anywhere. I just want them to not resolve at all.
How could I do this?
Thanks for your thoughts