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-07 01:04:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5a1f32650d20fe647d6833f96e392ff867ad4ddb
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
e7b42d64a3
StatsManager: implemented cleanup timer to automatically remove old stats files from disk. Added DeleteAllStats() to allow deleting all stats files and clearing in memory stats data.
2020-12-19 12:38:13 +05:30
..
ResourceRecords
DnsResourceRecordExtension: code refactoring done.
2020-07-04 16:29:44 +05:30
ZoneManagers
CacheZoneManager: updated serve stale default TTL to 3 days.
2020-12-19 12:35:57 +05:30
Zones
DomainTree: throwing InvalidDomainNameException instead of DnsServerException to allow returning format error response.
2020-12-12 16:40:54 +05:30
DnsServer.cs
DnsServer: added option to control serve stale feature.
2020-12-19 12:36:58 +05:30
DnsServerException.cs
dns server code refactoring done.
2019-06-15 13:28:39 +05:30
ResolverDnsCache.cs
ResolverDnsCache: added class to allow recursive resolver to be able to query auth zone too.
2020-06-27 11:57:52 +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: implemented cleanup timer to automatically remove old stats files from disk. Added DeleteAllStats() to allow deleting all stats files and clearing in memory stats data.
2020-12-19 12:38:13 +05:30