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-07 01:04:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
52b375d8eb0b265632070388ff3b605cdf93ab56
DnsServer
/
DnsServerCore
History
Shreyas Zare
52b375d8eb
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
..
www
webapp: minor update to about section
2019-04-28 19:43:56 +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