Skip to content

1.2.0

Compare
Choose a tag to compare
@MichaCo MichaCo released this 16 Aug 00:05
· 68 commits to dev since this release

New Features

  • Added support for SSHFP resource records, see #30, thanks @xudonax!
  • The TTL of cached results will now show the correct (actual) time left in cache. There is a new property, InitialTimeToLive, which stores the original TTL value.

Changes

  • The rules for domain names have been changed in a way that DnsClient will behave more relaxed and not so strict anymore, see #31.
  • The name server resolving mechanism to fallback to a native implementation has been re-added. As .NET Core still has issues on e.g. Linux...

Bug Fixes

  • Fixed an issue with very large TCP responses which are split into multiple responses by the server, see #32.