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-31 04:57:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cef7c8a194241ea53d0aad04e863c5754db3e1bd
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
a7d1cfb6e8
DnsServer: fixed bug in reloading doh ssl cert. Implemented resolver task pool to allow handling large number of requests such that ongoing resolutions do not timeout due to large number of pending tasks. Fixed issue of unhandled exception in AcceptQuicConnectionAsync() causing DoS for DoQ service. Implemented support for including response rtt in response object. Updated cache auto prefresh feature to use resolver task pool. Code refactoring changes done.
2024-12-21 15:45:22 +05:30
..
Applications
DnsApplicationAssemblyLoadContext: fixed issue caused when an assembly is already loaded in default context but is required for loading assembly in current context. Minor code refactoring done.
2024-11-23 17:52:16 +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: fixed bug in FindNSec3ProofOfNonExistenceNxDomain() that caused infinite loop in some scenarios and removed cancellation code.
2024-12-21 15:27:39 +05:30
ZoneManagers
AuthZoneManager: added new options for min refresh and min retry values. Code refactoring changes done.
2024-12-21 15:29:17 +05:30
Zones
Zone: updated code to use default concurrency value for dictionary.
2024-12-21 15:39:52 +05:30
DnsServer.cs
DnsServer: fixed bug in reloading doh ssl cert. Implemented resolver task pool to allow handling large number of requests such that ongoing resolutions do not timeout due to large number of pending tasks. Fixed issue of unhandled exception in AcceptQuicConnectionAsync() causing DoS for DoQ service. Implemented support for including response rtt in response object. Updated cache auto prefresh feature to use resolver task pool. Code refactoring changes done.
2024-12-21 15:45:22 +05:30
DnsServerException.cs
removed obsolete code.
2024-02-04 17:26:37 +05:30
ResolverDnsCache.cs
ResolverDnsCache: updated implementation to prefer auth zone response over app response.
2024-09-21 12:53:06 +05:30
ResolverPrefetchDnsCache.cs
ResolverPrefetchDnsCache: implemented IDnsCache changes.
2024-05-19 15:07:16 +05:30
StatsManager.cs
StatsManager: Added missing dispose call for cleanup timer. Updated MaxStatFileDays property to do validation and control cleanup timer.
2024-10-26 17:29:48 +05:30