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-01-02 23:05:57 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ca32ccd7157479cd0edd4dfe3cb754c7b8bf26b9
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
ca32ccd715
DnsServer: Updated prefetch sampling initial interval to 5 sec and refresh timer initial interval to 10 sec to allow cache auto prefetch quickly after server restarts using stored query stats data. Reimplemented prefetch sampling for eligible queries in CachePrefetchSamplingTimerCallback() to correctly handle all cases. Enabling cache prefetch and auto prefetch only when recursion is enabled.
2021-01-16 18:06:13 +05:30
..
ResourceRecords
DnsResourceRecordExtension: code refactoring done.
2020-07-04 16:29:44 +05:30
ZoneManagers
AllowedZoneManager & BlockedZoneManager: Using AuthZoneManager's TotalZones.
2020-12-25 18:25:40 +05:30
Zones
PrimaryZone: fixed issue when creating primary zone for root ".".
2021-01-10 16:12:58 +05:30
DnsServer.cs
DnsServer: Updated prefetch sampling initial interval to 5 sec and refresh timer initial interval to 10 sec to allow cache auto prefetch quickly after server restarts using stored query stats data. Reimplemented prefetch sampling for eligible queries in CachePrefetchSamplingTimerCallback() to correctly handle all cases. Enabling cache prefetch and auto prefetch only when recursion is enabled.
2021-01-16 18:06:13 +05:30
DnsServerException.cs
dns server code refactoring done.
2019-06-15 13:28:39 +05:30
ResolverDnsCache.cs
ResolverDnsCache: prefering auth response when there is a tie with cache.
2021-01-16 15:53:02 +05:30
ResolverPrefetchDnsCache.cs
ResolverPrefetchDnsCache: updated class to inherit ResolverDnsCache and allow using auth zone for recursive resolution.
2020-06-27 11:58:37 +05:30
StatsManager.cs
StatsManager: updated StatCounter to store query stats data. Updated implementation to load query stats only for last hour data.
2021-01-16 18:01:58 +05:30