XuelesszzZ 94af2b8e7b 6-30-5 il y a 1 an
..
.npmignore 94af2b8e7b 6-30-5 il y a 1 an
.travis.yml 94af2b8e7b 6-30-5 il y a 1 an
LICENSE 94af2b8e7b 6-30-5 il y a 1 an
README.md 94af2b8e7b 6-30-5 il y a 1 an
index.js 94af2b8e7b 6-30-5 il y a 1 an
package.json 94af2b8e7b 6-30-5 il y a 1 an
test.js 94af2b8e7b 6-30-5 il y a 1 an

README.md

dns-equal

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

Build status js-standard-style

Installation

npm install dns-equal --save

Usage

var dnsEqual = require('dns-equal')

var domain1 = 'Example.COM'
var domain2 = 'example.com'

if (dnsEqual(domain1, domain2)) {
  console.log('The two domains are the same')
}

License

MIT