AsyncDNS-cr  dns_class.cr at [86ae1b8057]

File src/dns_class.cr artifact 0f5180ff44 part of check-in 86ae1b8057


module AsyncDNS
  enum DNSClass
    IN  =   1
    ANY = 255
  end
end