This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
DnsServer
Watch
1
Star
0
Fork
0
You've already forked DnsServer
mirror of
https://github.com/fergalmoran/DnsServer.git
synced
2026-02-13 11:23:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ecd79f779200ae5ecf65b4c59d93704c802c4a22
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
8825f08e76
DnsServer: updated code for resetting expiry for stale records and moved it into QueryCache() method to allow reseting to occur when the first client's request expires to quickly serve stale for other clients even before the background recursive resolution process completed.
2021-04-17 14:22:09 +05:30
..
Applications
DnsApplicationManager: code refactoring done.
2021-04-10 13:36:27 +05:30
ResourceRecords
DnsResourceRecordExtension: code refactoring done.
2020-07-04 16:29:44 +05:30
ZoneManagers
AuthZoneManager: implemented ResolveCNAME() to resolve CNAME from auth zones in one go for optimization. Using TryGet() method directly in ResolveAdditionalRecords() for optimization. Fixed issue with condition check sequence when returning delegation NS records in QueryClosestDelegation().
2021-04-17 14:19:09 +05:30
Zones
CacheZone: fixed bug in ContainsNameServerRecords() that caused returning true when the NS record contains special cache record. Code updated to use DnsResourceRecord.IsExpired() method to check if record is expired. Minor code refactoring done.
2021-04-17 14:13:20 +05:30
DnsServer.cs
DnsServer: updated code for resetting expiry for stale records and moved it into QueryCache() method to allow reseting to occur when the first client's request expires to quickly serve stale for other clients even before the background recursive resolution process completed.
2021-04-17 14:22:09 +05:30
DnsServerException.cs
dns server code refactoring done.
2019-06-15 13:28:39 +05:30
ResolverDnsCache.cs
ResolverDnsCache: passing recursion available flag.
2021-03-21 16:42:53 +05:30
ResolverPrefetchDnsCache.cs
ResolverPrefetchDnsCache: fixed prefetch query handling so that auth zone is also queried along with cache zone to get the most relevant closest name servers.
2021-04-03 12:33:32 +05:30
StatsManager.cs
refactored NameError to NxDomain
2021-04-11 17:40:23 +05:30