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 07:15:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
40d04390c31f6a08ecf577d050483e976ae3ae82
DnsServer
/
DnsServerCore
History
Shreyas Zare
40d04390c3
added project url
2018-08-15 18:56:04 +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
added project url
2018-08-15 18:56:04 +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