caoge c760052ff9 机车状态修改 před 1 rokem
..
.npmignore c760052ff9 机车状态修改 před 1 rokem
.travis.yml c760052ff9 机车状态修改 před 1 rokem
LICENSE c760052ff9 机车状态修改 před 1 rokem
README.md c760052ff9 机车状态修改 před 1 rokem
index.js c760052ff9 机车状态修改 před 1 rokem
package.json c760052ff9 机车状态修改 před 1 rokem
test.js c760052ff9 机车状态修改 před 1 rokem

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