This document discusses improvements that can be made to DNS (Domain Name System) resolution when the primary DNS server becomes unavailable. It presents a script that runs every 5 minutes to check if the current primary DNS server is reachable, and if not, it switches the DNS configuration file to use an alternative DNS server for faster name resolution. The script requires copying the existing DNS configuration file to two backup files, with each pointing to a different DNS server, and then updates the configuration file to use the server that is reachable.