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-25 17:27:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cf5a6ec9250844a1dd7d43c34ddd9cf61b70994d
DnsServer
/
DnsServerCore
History
Shreyas Zare
cf5a6ec925
fixed minor css issue.
2019-05-11 12:43:30 +05:30
..
www
fixed minor css issue.
2019-05-11 12:43:30 +05:30
DnsServer.cs
DnsServer: Implemented DnsCache abstract class and refactored existing code as per its implementation requirements. Negative record caching set to 5 mins. ProcessRecursiveQuery() implementation updated to ignore RCODE value and only check answer responses. RecursiveResolve() implementation updated to use DnsClient object for querying forwarders and only use DnsClient.RecursiveResolve() when recursive resolution is required.
2019-05-11 11:30:09 +05:30
DnsServerCore.csproj
assembly version updated for v3.2 release
2019-04-29 18:31:52 +05:30
DnsServerException.cs
code refactoring done
2017-09-30 15:54:22 +05:30
DnsWebService.cs
minor refactoring done.
2019-05-05 16:16:17 +05:30
LogManager.cs
LogManager: changes done to allow specifying all supported protocol types for logging.
2019-03-02 20:03:12 +05:30
StatsManager.cs
StatsManager: implemented GetLastHourEligibleQueries() and code refactoring done.
2019-04-28 15:40:45 +05:30
Zone.cs
Zone: removed dns cache related implementation code and implemented DnsCache class. Implemented failure response negative caching feature. Minor code refactoring done.
2019-05-11 11:26:58 +05:30