AsyncDNS-cr  example.cr at [5578a30548]

File tests/example.cr artifact c90f102b63 part of check-in 5578a30548


require "../src/asyncdns"

AsyncDNS::Query.new("crystal-lang.org", AsyncDNS::DNSClass::IN,
  AsyncDNS::RRType::A)

settings = AsyncDNS::Settings.new
p settings.static_hosts