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-08 09:44:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
557df24adebd908fa3b2e1b7d80cb79aae951fa7
DnsServer
/
DnsServerCore
/
Dns
/
ZoneManagers
History
Shreyas Zare
5dfaad2c92
AuthZoneManager: added GetRecords() method to directly get the records without querying.
2021-03-27 16:37:46 +05:30
..
AllowedZoneManager.cs
AllowedZoneManager: passing recursion allowed flag.
2021-03-21 16:41:56 +05:30
AuthZoneManager.cs
AuthZoneManager: added GetRecords() method to directly get the records without querying.
2021-03-27 16:37:46 +05:30
BlockedZoneManager.cs
BlockedZoneManager: passing recursion allowed flag.
2021-03-21 16:42:21 +05:30
BlockListZoneManager.cs
BlockListZoneManager: implemented allow list url feature.
2021-03-21 20:02:07 +05:30
CacheZoneManager.cs
CacheZoneManager: added validation for '*' in CacheRecords() to prevent abuse due to caching wildcard response. Fixed null ref exception in GetAdditionalRecords().
2021-03-27 16:35:07 +05:30