lihai 8d6c751f49 feat: push лет назад: 2
..
.npmignore 8d6c751f49 feat: push лет назад: 2
.travis.yml 8d6c751f49 feat: push лет назад: 2
LICENSE 8d6c751f49 feat: push лет назад: 2
README.md 8d6c751f49 feat: push лет назад: 2
index.js 8d6c751f49 feat: push лет назад: 2
package.json 8d6c751f49 feat: push лет назад: 2
test.js 8d6c751f49 feat: push лет назад: 2

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