Skip to content

Initial release of the Resolver

Compare
Choose a tag to compare
@bluejekyll bluejekyll released this 28 Jun 06:47

Right now only A (IPv4) requests are issued. I'll be added AAAA (IPv6) soon. Also note that this release currently does not perform recursive lookups, e.g. following CNAME chains, though many upstream resolvers will do this by default, so shouldn't matter in most cases. The lookup_ip interface is the only supported option at the moment. I will be adding others over time. It also does not read the system /etc/resolv.conf, again a future feature. Search paths are also not yet supported, so only a FQDN, with the final ., will work.

0.1.0 - trust-dns-resolver

Added

  • Initial release of the TRust-DNS Resolver

0.10.4 - trust-dns

Added

  • Allow more options with Key and KeyUsage
  • Initial Resolver implementation

Fixed

  • NSEC coverage bitmap overflow in nightly
  • Name::zone_of panic (@SAPikachu)