Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

3 Commits

Repository files navigation

dns-equal

Compare DNS record strings for equality. Enforces RFC 1035 domain comparison.

Build statusjs-standard-style

Installation

npm install dns-equal --save

Usage

vardnsEqual=require('dns-equal')vardomain1='Example.COM'vardomain2='example.com'if(dnsEqual(domain1,domain2)){console.log('The two domains are the same')}

License

MIT

About

A node module for comparing DNS record strings for equality

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages