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-02-08 17:04:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bfd8a2bd696edef39839116bd5e95cc8e8327cd2
DnsServer
/
DnsServerCore
/
Dns
/
ZoneManagers
History
Shreyas Zare
ec8dce21cf
AuthZoneManager: fixed minor issue when there are no zones.
2023-02-26 17:16:25 +05:30
..
AllowedZoneManager.cs
AllowedZoneManager: refactored Query() to IsAllowed().
2023-02-25 13:03:40 +05:30
AuthZoneManager.cs
AuthZoneManager: fixed minor issue when there are no zones.
2023-02-26 17:16:25 +05:30
BlockedZoneManager.cs
BlockedZoneManager: updated Query() to check count before query.
2023-02-25 13:04:25 +05:30
BlockListZoneManager.cs
BlockListZoneManager: updated implementation of allowed list by having a separate allowed zone. Updated parser to detect inline comment. Added IsAllowed() method. Updated Query() to check count before query.
2023-02-25 13:06:04 +05:30
CacheZoneManager.cs
CacheZoneManager: updated LoadCacheZoneFile() to avoid loading empty cache zones.
2023-01-15 18:35:35 +05:30