A list of nameservers along with details about them.
npm install nameservers
const ns = require('nameservers');
// Check if a hostname is a known nameserver
ns.find(n => new RegExp(n.match).test(hostname));
Copyright (c) 2013-2025 Ghost Foundation - Released under the MIT license.