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-06 08:45:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
19d44a22862109191ea29ef526e0dc9ddc9b7310
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
19d44a2286
removed application zone
2021-03-13 13:11:12 +05:30
..
Applications
DnsApplicationManager: refactoring done. improved app loading and unloading, installation and uninstallation implementation.
2021-03-06 16:30:47 +05:30
ResourceRecords
DnsResourceRecordExtension: code refactoring done.
2020-07-04 16:29:44 +05:30
ZoneManagers
AuthZoneManager: updated GetApplicationResponse to respond with SOA when there is no APP record available. Updated CreateApplicationZone to create app zone similar to primary zone. Added support to APP record in UpdateRecord. Added missing app zone type in ListZones().
2021-03-06 16:36:16 +05:30
Zones
removed application zone
2021-03-13 13:11:12 +05:30
DnsServer.cs
DnsServer: Updated code with implementation changes. Added code to stop responding to FWD and APP queries to avoid record data disclosure. Updated APP record processing.
2021-03-06 16:38:24 +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