You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.