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-29 21:07:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ea46a32b5de32aaeaf22bcdf8218dbd593136352
DnsServer
/
DnsServerCore
/
Dns
/
ZoneManagers
History
Shreyas Zare
1d3a1c5c3b
CacheZoneManager: added support for conditional forwarding client subnet.
2023-04-23 16:12:58 +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 LoadSpecialPrimaryZones() methods to allow bulk loading/importing zones. Updated Query() to add isRecursionAllowed parameter to be used to set expected RA flag value. Minor code refactoring changes done.
2023-03-05 19:16:30 +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: added support for conditional forwarding client subnet.
2023-04-23 16:12:58 +05:30