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
Fixing memory leak when using nameserver discovery and NetworkAddress…
…Changed events (MichaCo#68)
Removing usage of NetworkChange.NetworkAddressChanged usage to refresh discovered name-servers.
Auto detect network name server changes (MichaCo#66)
* Using `NetworkChange` event to react on changing network adapters
* Periodically re-run `NameServer.ResolveNameServers` to check if the configuration changed
Some more unit tests, enabled caching per default, enabled tcp fallba…
…ck per default. Changed all DnsName references in records to actually return DnsName type (not a big difference as it casts to string).