Differences From Artifact [c90f102b63]:
- File tests/example.cr — part of check-in [5578a30548] at 2021-03-03 00:54:03 on branch trunk — Initial import (user: js, size: 173) [annotate] [blame] [check-ins using]
To Artifact [4658a8dbd9]:
- File tests/example.cr — part of check-in [070b3339e0] at 2021-03-03 01:29:30 on branch trunk — Parse resolv.conf (user: js, size: 333) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | + + + + + + + | require "../src/asyncdns" AsyncDNS::Query.new("crystal-lang.org", AsyncDNS::DNSClass::IN, AsyncDNS::RRType::A) settings = AsyncDNS::Settings.new p settings.static_hosts p settings.nameservers p settings.local_domain p settings.search_domains p settings.uses_tcp p settings.timeout p settings.max_attempts p settings.abs_num_dots |