It is important to manage expectations regarding what a DNS service can do:
// Set up the DNS resolver dns.setProviders(['8.8.8.8', '1.1.1.1']); // Use Google and Cloudflare DNS providers dns.setCacheSize(1000); // Set cache size to 1000 entries dns.setTTL(3600); // Set TTL to 1 hour electro dns