I would like to match all subdomains to return an A record (this works) but I would like to exclude one particular subdomain from resolving (not sending an A record at all).
*.example.com. IN A 127.0.0.1
exclude.example.com. IN A [no IP at all]
I would like to configure this directly in bind and also in a plesk environment.