![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | test.js | 2 years ago | 351 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | package.json | 2 years ago | 1.6K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | index.js | 2 years ago | 196 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | README.md | 2 years ago | 654 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | LICENSE | 2 years ago | 1.1K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
Compare DNS record strings for equality. Enforces RFC 1035 domain comparison.
npm install dns-equal --save
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')
}
MIT