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-05-26 04:56:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
214c9393347c21f93ff8a6e7b484e1ee24e9016e
DnsServer
/
DnsServerCore
History
Shreyas Zare
214c939334
DnsServer: Increased threadpool min threads based on cpu cores. Increased connection limit to handle DoH load. Fixed udp datagram too long bug. Using thread abort to stop listener threads when stop() is called since the thread wont exit without reading a packet.
2018-08-15 18:55:53 +05:30
..
www
web app: added UI setting for recursion only for private networks option.
2018-08-04 15:11:15 +05:30
DnsServer.cs
DnsServer: Increased threadpool min threads based on cpu cores. Increased connection limit to handle DoH load. Fixed udp datagram too long bug. Using thread abort to stop listener threads when stop() is called since the thread wont exit without reading a packet.
2018-08-15 18:55:53 +05:30
DnsServerCore.csproj
project referencing issues fixed.
2018-08-11 12:10:29 +05:30
DnsServerException.cs
code refactoring done
2017-09-30 15:54:22 +05:30
DnsWebService.cs
DnsWebService: removed obsolete code usage. Using simple dns cache for recursive resolve queries.
2018-08-11 12:04:46 +05:30
LogManager.cs
minor refactoring change
2018-08-04 15:11:37 +05:30
Zone.cs
Zone: QueryAuthoritative() changes done to check for closest authority at start and refuse response if not authorized. Caching changes done for empty response without authority SOA record. Code refactoring done.
2018-08-11 12:03:16 +05:30