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-09 18:24:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ab63df6599ee4e4e08157b8938df8b2a95edc812
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
34acd56ea8
AuthZoneManager: updated CreateEmptyApexZone() to add missing secondary catalog ZoneRemoved event handler.
2024-09-14 19:28:00 +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
AuthZoneManager: updated CreateEmptyApexZone() to add missing secondary catalog ZoneRemoved event handler.
2024-09-14 19:28:00 +05:30
Zones
Zone: code refactoring changes done.
2024-09-14 18:50:21 +05:30
DnsServer.cs
DnsServer: Updated recursion option to support access control list. Added max overall timeout for recursive resolution. Added option to enable/disable DNS-over-HTTP/3. Added option to configure resolver concurrency. Added option to enable/disable concurrent forwarding. Replaced WithTimeout() usage to new TimeoutAsync() to allow cancelling running task after timeout. Updated ProcessQueryAsync() handle timeout exception to allow debugging CPU usage issue. Updated notify and zone transfer to support new zone types. Added update support for secondary forwarder. Fixed issue in ProcessAuthoritativeQueryAsync() that caused failure to process FWD record. Updated AuthoritativeQueryAsync() to add TimeoutAsync() to allow mitigating and debuging cpu usage issue. Fixed issue in ProcessAPPAsync() to process FWD record. Fixed bug in IsAllowedAsync() when request of DS type is received. Implemented priority based conditional forwarding feature. Added feature to write client subnet rate limiting changes to log file. Updated StartAsync() to wait and retry when socket binding fails. Code refactoring changes done.
2024-09-14 19:12:46 +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