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-03 07:15:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8fc6dc0e77ff33587dc70466be83a87ec0e2d359
DnsServer
/
DnsServerCore
/
Dns
/
Trees
History
Shreyas Zare
1b00b0ba09
CacheZoneTree: renamed TryRemove() to TryRemoveTree() and added out int to return number of removed entries from the all the cache zones.
2022-04-23 17:50:10 +05:30
..
AuthZoneNode.cs
AuthZoneNode: removed unused constructor. Implemented GetAuthZone() method and Name property.
2022-02-27 17:54:39 +05:30
AuthZoneTree.cs
AuthZoneTree: Updated FindNSecProofOfNonExistenceNxDomain() for the DnsNSECRecordData.GetWildcardFor() changes.
2022-03-26 11:40:13 +05:30
CacheZoneTree.cs
CacheZoneTree: renamed TryRemove() to TryRemoveTree() and added out int to return number of removed entries from the all the cache zones.
2022-04-23 17:50:10 +05:30
DomainTree.cs
DomainTree: minor refactoring done.
2022-02-27 18:05:39 +05:30
InvalidDomainNameException.cs
minor refactoring done.
2022-01-16 19:58:42 +05:30
ZoneTree.cs
ZoneTree: refactored param names for KeysMatch() and updated logic to check wildcard only for main key. Fixed minor bug in IsKeySubDomain(). Updated FindZoneNode() to correctly handle wildcard cases.
2022-03-26 11:39:05 +05:30