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 15:36:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
12717ddf33aceea67a6bb53d95c79d37b75fd406
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
12717ddf33
SecondaryCatalogZone: updated implementation to support minimal provisioning for IXFR. Updated implementation to store global custom properties in secondary catalog zone itself. Code refactoring changes done.
2024-09-21 12:44:42 +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: added GetApexZone() method.
2024-09-21 12:31:37 +05:30
ZoneManagers
AuthZoneManager: Added GetApexZone() method. Updated CreateStubZoneAsync() to support ignoreSoaFailure option. Updated AddCatalogMemberZone() to support ignoreValidationErrors option. Fixed minor issues in ConvertZoneType() for SecondaryForwarder zone. Minor code refactoring done.
2024-09-21 12:34:24 +05:30
Zones
SecondaryCatalogZone: updated implementation to support minimal provisioning for IXFR. Updated implementation to store global custom properties in secondary catalog zone itself. Code refactoring changes done.
2024-09-21 12:44:42 +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