/ piacw.com / dev / final / node_modules / dns-equal /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[   ]LICENSE2 years ago1.1K0fb859dc fixed mobile overflwo options [كارل مبارك]
[TXT]README.md2 years ago654 0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]index.js2 years ago196 0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]package.json2 years ago1.6K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]test.js2 years ago351 0fb859dc fixed mobile overflwo options [كارل مبارك]
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

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80