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
2025-12-27 03:49:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3c89e23f08892beff8b0ce3be5faba139ba10ece
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
a1c37c0347
fixed minor typo
2025-02-15 13:17:10 +05:30
..
Applications
DnsApplicationAssemblyLoadContext: fixed unmanaged dll loading issue on Linux that could cause DNS server to crash.
2025-02-02 16:00:05 +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: Fixed bug in InternalQuery() that caused dnssec validation issue for DS record when forwarder zone for the domain exists.
2025-02-15 12:38:31 +05:30
Zones
SecondaryZone: code refactoring changed done.
2025-01-11 17:38:02 +05:30
DnsServer.cs
fixed minor typo
2025-02-15 13:17:10 +05:30
DnsServerException.cs
removed obsolete code.
2024-02-04 17:26:37 +05:30
ResolverDnsCache.cs
ResolverDnsCache: implemented skipConditionalForwardingResolution option to prevent stack overflow cases.
2025-02-02 16:01:51 +05:30
ResolverPrefetchDnsCache.cs
ResolverPrefetchDnsCache: code refactoring changes done.
2025-01-11 17:37:28 +05:30
StatsManager.cs
StatsManager: added support for reading minute stats for given date range. Fixed minor time zone issue in reading hourly stats. Other minor changes done.
2025-01-11 17:41:08 +05:30