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
fdc3f2367f2b5aa94071dd6b134c2d2a20535965
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
fdc3f2367f
DnsServer: removed constructor that uses machine name as server domain. Updated ProcessCNAME() and ProcessRecursiveQueryAsync() to return additional records for NS, MX and SRV queries.
2020-10-31 13:17:36 +05:30
..
ResourceRecords
DnsResourceRecordExtension: code refactoring done.
2020-07-04 16:29:44 +05:30
ZoneManagers
CacheZoneManager: fixed issue which caused the cache manager to respond with RCODE refused instead of returning available closest name servers.
2020-10-11 16:15:02 +05:30
Zones
minor edit
2020-09-12 13:07:02 +05:30
DnsServer.cs
DnsServer: removed constructor that uses machine name as server domain. Updated ProcessCNAME() and ProcessRecursiveQueryAsync() to return additional records for NS, MX and SRV queries.
2020-10-31 13:17:36 +05:30
DnsServerException.cs
dns server code refactoring done.
2019-06-15 13:28:39 +05:30
ResolverDnsCache.cs
ResolverDnsCache: added class to allow recursive resolver to be able to query auth zone too.
2020-06-27 11:57:52 +05:30
ResolverPrefetchDnsCache.cs
ResolverPrefetchDnsCache: updated class to inherit ResolverDnsCache and allow using auth zone for recursive resolution.
2020-06-27 11:58:37 +05:30
StatsManager.cs
StatsManager: using BlockingCollection.
2020-08-29 14:29:11 +05:30