1.0.1 • Published 1 year ago

is-domain-blocked-by-quad9 v1.0.1

Weekly downloads
-
License
WTFPL
Repository
github
Last release
1 year ago

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
})
1.0.1

1 year ago

1.0.0

1 year ago