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-03-10 23:47:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f821bf64ac8a74c56f229d1162dde03f1ab1820f
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
f821bf64ac
added CatalogZone
2024-09-14 17:47:51 +05:30
..
Applications
DnsServerInternal: updated to implement IDnsServer changes.
2024-05-19 14:56:11 +05:30
Dnssec
DnssecPrivateKey: updated SetState() to ignore when state is lower than existing state.
2024-05-19 14:58:59 +05:30
ResourceRecords
SOARecordInfo: updated implementation to depricate secondary zone parameters stored as SOA record info.
2024-09-14 16:44:25 +05:30
Trees
AuthZoneTree: Updated TryRemove() to support removing all subdomain names for the removed subdomain. Added GetSubDomainZoneWithSubDomainZones() method. Updated FindNSec3ProofOfNonExistenceNxDomain() and FindNSec3ProofOfNonExistenceNoData() to have cancellation token. Code refactoring done.
2024-09-14 16:52:47 +05:30
ZoneManagers
CacheZoneManager: updated code to support caching root NS records. Updated code to include more info in EDE.
2024-09-14 17:17:59 +05:30
Zones
added CatalogZone
2024-09-14 17:47:51 +05:30
DnsServer.cs
DnsServer: Updated ProcessZoneTransferQueryAsync() to use IsActive property to check for active zone. Code refactoring changes done.
2024-06-22 13:55:51 +05:30
DnsServerException.cs
removed obsolete code.
2024-02-04 17:26:37 +05:30
ResolverDnsCache.cs
ResolverDnsCache: implemented IDnsCache changes.
2024-05-19 15:06:54 +05:30
ResolverPrefetchDnsCache.cs
ResolverPrefetchDnsCache: implemented IDnsCache changes.
2024-05-19 15:07:16 +05:30
StatsManager.cs
StatsManager: updated implementation to handle rate limited dropped stats separately from other drop cases.
2024-05-19 15:09:15 +05:30