class NPMScan::DNSCache

Defined in:

npm_scan/dns_cache.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def is_resolvable?(domain : String) : Bool #

[View source]
def is_unresolvable?(domain : String) #

[View source]
def resolvable!(domain : String) #

[View source]
def unresolvable!(domain : String) #

[View source]