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-04 07:46:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f3437f44cf224e884f07d7b75df338302eeefd4e
DnsServer
/
DnsServerCore
/
Dns
/
ZoneManagers
History
Shreyas Zare
e70bbfd2c1
AuthZoneManager: added default soa serial date scheme option. Fixed issues in CloneZone(). Updated ImportRecords() implementation for allowing zone file import. Fixed issues in Query(). Added support for ALIAS record.
2023-10-29 18:53:46 +05:30
..
AllowedZoneManager.cs
AllowedZoneManager: using LoadSpecialPrimaryZones() to bulk load and import to avoid loading delays due to indexing. Minor code refactoring changes done.
2023-03-05 19:18:09 +05:30
AuthZoneManager.cs
AuthZoneManager: added default soa serial date scheme option. Fixed issues in CloneZone(). Updated ImportRecords() implementation for allowing zone file import. Fixed issues in Query(). Added support for ALIAS record.
2023-10-29 18:53:46 +05:30
BlockedZoneManager.cs
BlockedZoneManager: using LoadSpecialPrimaryZones() to bulk load and import to avoid loading delays due to indexing. Minor code refactoring changes done.
2023-03-05 19:18:37 +05:30
BlockListZoneManager.cs
BlockListZoneManager: using HttpClientNetworkHandler for retries and custom DNS resolution support.
2023-03-18 13:36:56 +05:30
CacheZoneManager.cs
CacheZoneManager: removed unused feature.
2023-08-26 12:32:18 +05:30