I would like to configure a nameserver that will return the same IP address ("A" record) for any arbitrary host name. For example:
- example.com
- subdomain.example.com
- someotherdomain.com
- anyotherdomain.co.uk
should all return the same IP address. Is there a way to do this with BIND? Or is there an alternative to BIND that can do this?