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-03 15:24:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f624707e8be0f0f690420aca3796554f23ca7f3b
DnsServer
/
DnsServerCore
History
Shreyas Zare
f624707e8b
DnsServer: updated TCP timeout defaults for keeping alive existing connection for reuse. Updated default retry setting to 3 for limiting ServerFailure responses. Implemented DNS over TCP recommendations as per RFC 7766. Implemented cache hit feature. Fixed issues with RecursiveResolve() to limit ServerFailure responses.
2018-12-09 17:05:02 +05:30
..
www
DnsWebService: fixed issue with non persistent custom domain added to block zone.
2018-11-18 16:51:56 +05:30
DnsServer.cs
DnsServer: updated TCP timeout defaults for keeping alive existing connection for reuse. Updated default retry setting to 3 for limiting ServerFailure responses. Implemented DNS over TCP recommendations as per RFC 7766. Implemented cache hit feature. Fixed issues with RecursiveResolve() to limit ServerFailure responses.
2018-12-09 17:05:02 +05:30
DnsServerCore.csproj
assembly version updated to 2.0.2
2018-11-18 19:37:59 +05:30
DnsServerException.cs
code refactoring done
2017-09-30 15:54:22 +05:30
DnsWebService.cs
DnsWebService: updated logging for block list with additional details.
2018-11-18 18:46:32 +05:30
LogManager.cs
bug fixed caused by missing question in dns datagram.
2018-10-20 17:20:27 +05:30
StatsManager.cs
StatsManager: last hour missing initial 5 min data bug fixed. LoadLastHourStats() null pointer exception bug fixed. Removed BufferedStream usage since FileStream includes internal buffering. Implemented Cache Hit stats parameter.
2018-12-09 16:57:32 +05:30
Zone.cs
Zone: ttl value expiry issue fixed.
2018-12-09 16:54:53 +05:30