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-01 18:29:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bcb8bbeb1c15527dc9eb8fe80801477b20c021fb
DnsServer
/
DnsServerCore
/
Dns
/
ZoneManagers
History
Shreyas Zare
8696566c48
AuthZoneManager: Updated GetOrAddSubDomainZone() to use TryGet to directly get the apex zone. Updated implementation to allow multiple PTR records. Code refactoring done.
2022-03-06 16:00:08 +05:30
..
AllowedZoneManager.cs
AllowedZoneManager: updated default SOA values.
2022-02-19 12:58:17 +05:30
AuthZoneManager.cs
AuthZoneManager: Updated GetOrAddSubDomainZone() to use TryGet to directly get the apex zone. Updated implementation to allow multiple PTR records. Code refactoring done.
2022-03-06 16:00:08 +05:30
BlockedZoneManager.cs
BlockedZoneManager: updated default SOA values.
2022-02-19 12:58:43 +05:30
BlockListZoneManager.cs
BlockListZoneManager: minor refactoring changes done.
2022-01-23 17:33:58 +05:30
CacheZoneManager.cs
CacheZoneManager: Updated Query() to use FindZone call only when its required to find closest name servers else it will use TryGet to directly get the value from tree.
2022-03-06 15:50:24 +05:30