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-04-28 15:31:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ccbb15001e5837e29a7a68c97eecf44de292eb5f
DnsServer
/
DnsServerCore
/
Dns
/
ZoneManagers
History
Shreyas Zare
519c9a7145
AuthZoneManager: implemented ResolveCNAME() to resolve CNAME from auth zones in one go for optimization. Using TryGet() method directly in ResolveAdditionalRecords() for optimization. Fixed issue with condition check sequence when returning delegation NS records in QueryClosestDelegation().
2021-04-17 14:19:09 +05:30
..
AllowedZoneManager.cs
AllowedZoneManager: passing recursion allowed flag.
2021-03-21 16:41:56 +05:30
AuthZoneManager.cs
AuthZoneManager: implemented ResolveCNAME() to resolve CNAME from auth zones in one go for optimization. Using TryGet() method directly in ResolveAdditionalRecords() for optimization. Fixed issue with condition check sequence when returning delegation NS records in QueryClosestDelegation().
2021-04-17 14:19:09 +05:30
BlockedZoneManager.cs
BlockedZoneManager: passing recursion allowed flag.
2021-03-21 16:42:21 +05:30
BlockListZoneManager.cs
BlockListZoneManager: implemented
UseNxDomainForBlocking
option.
2021-04-11 17:41:05 +05:30
CacheZoneManager.cs
CacheZoneManager: implemented ResolveCNAME() method to resolve CNAME from cache in one go for optimization. Updated ResolveAdditionalRecords() to use direct TryGet() method which costs less. Fixed issue with code condition check sequence when returning delegation NS records in QueryClosestDelegation() and Query() methods.
2021-04-17 14:16:52 +05:30