I'm trying to set up a self hosted DNS server for my website using bind and I want to set it to redirect to a custom error site (set all records to CNAME of error.my.domain maybe) if the qps reaches a threshold, and change the respective records back after a set period (say, 10 mins or so).
Is it possible to do so using only bind configs? If not, are there any alternative solutions?