Login
AsyncDNS-cr
dns_class.cr at tip
Home
Timeline
Files
Branches
Tags
Forum
Tickets
Wiki
Annotate
Artifact
Blame
Check-ins Using
Doc
Download
Hex
Line Numbers
File
src/dns_class.cr
from the
latest check-in
module AsyncDNS enum DNSClass IN = 1 ANY = 255 end end