is-domain-blocked-by-quad9
v1.0.1
Published
To verify if a domain is blocked by Quad9.
Downloads
3
Readme
is-domain-blocked-by-quad9
Just as the name says. It verifies if a domain is blocked by Quad9 DNS Services.
Example
const isBlocked = require('is-domain-blocked-by-quad9');
(async() => {
const domainInfo = await isBlocked("example.com")
return domainInfo.blocked
})