nameservers
v0.0.1
Published
Maintains a list of nameservers
Downloads
1,221
Maintainers
Keywords
Readme
Nameservers
A list of nameservers along with details about them.
Install
npm install nameservers
Usage (Node.js / JavaScript)
const ns = require('nameservers');
// Check if a hostname is a known nameserver
ns.find(n => new RegExp(n.match).test(hostname));
Copyright & License
Copyright (c) 2018 Ghost Foundation - Released under the MIT license.