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-28 04:18:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
580413f044f429df1c06a4e941b5ff952ee9c57f
DnsServer
/
DnsServerCore
History
Shreyas Zare
580413f044
added validation checks for api calls.
2019-01-27 19:15:50 +05:30
..
www
Implemented feature to store TXT record in blocked zone that tells which list the domain was in. Api updated to allow only add/delete/flush operations on custom block zone such that the block list zones are not affected.
2019-01-27 17:03:02 +05:30
DnsServer.cs
fixed issue of missing server domain for blocked zone when setting new zone.
2019-01-20 10:48:26 +05:30
DnsServerCore.csproj
assembly version updated to v2.3.1 for release
2019-01-20 11:06:48 +05:30
DnsServerException.cs
code refactoring done
2017-09-30 15:54:22 +05:30
DnsWebService.cs
added validation checks for api calls.
2019-01-27 19:15:50 +05:30
LogManager.cs
moved unhandled exception logging to log manager.
2019-01-14 11:11:51 +05:30
StatsManager.cs
minor implementation changes
2019-01-05 15:42:45 +05:30
Zone.cs
- GetClosestCachedNameServers : Bug fixed. Since cache can contain DnsEmptyRecord or DnsNXRecord.
2019-01-27 18:17:43 +05:30