htc 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 months ago
..
.npmignore 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 months ago
.travis.yml 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 months ago
LICENSE 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 months ago
README.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 months ago
index.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 months ago
package.json 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 months ago
test.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 months ago

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