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
2025-12-31 13:59:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
92aa52a269dae99d09dca7bfd0c9b0ff68f2b2d2
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
92aa52a269
minor refactoring
2021-03-21 16:37:50 +05:30
..
Applications
DnsApplication: added exception logging when loading dll. Letting the app load even when no request handler was loaded to allow uninstalling from the UI.
2021-03-13 13:17:51 +05:30
ResourceRecords
DnsResourceRecordExtension: code refactoring done.
2020-07-04 16:29:44 +05:30
ZoneManagers
AuthZoneManager: removed application zone and instead added APP record processing to primary zone.
2021-03-13 13:15:45 +05:30
Zones
minor refactoring
2021-03-21 16:37:50 +05:30
DnsServer.cs
DnsServer: Updated auto prefetch sampling implementation to correctly process CNAME records from auth zones.
2021-03-13 13:19:12 +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: fixed minor issue in GetHourWiseStats() and GetHourWiseTopStats() to match data selection.
2021-02-27 19:30:48 +05:30