I want to set-up a nameserver in a way that it will reply with the same response for every domain that is queried against it.
The use-case is that I would like to ask customers to simply change their nameserver, and be done with it. Thus: no configurations on my side.
Thus say my nameserver is nameserver.local: I'd like both example.com, google.com or any other domain to reply identically.
$ dig A example.com @nameserver.local
$ dig A example.com @nameserver.local
$ dig A jibberish.com @nameserver.local
=> Should yield same response
I guess this should be possible. But I am not sure how one would go about this. Ideally I want to use a service like AWS's Route 53 or GCP's Cloud DNS. However: I cannot find such a thing.