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-04 15:55:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d18a480dd203cfecb51c01e093f7adce79cc84da
DnsServer
/
DnsServerCore
/
Dns
History
Shreyas Zare
d18a480dd2
DomainTree: throwing InvalidDomainNameException instead of DnsServerException to allow returning format error response.
2020-12-12 16:40:54 +05:30
..
ResourceRecords
DnsResourceRecordExtension: code refactoring done.
2020-07-04 16:29:44 +05:30
ZoneManagers
StubZone: updated stub zone to not allow adding records since this will create inconsistency issues when resursive resolvers query the stub zone. Removed stub sub domain zone too.
2020-11-14 16:49:50 +05:30
Zones
DomainTree: throwing InvalidDomainNameException instead of DnsServerException to allow returning format error response.
2020-12-12 16:40:54 +05:30
DnsServer.cs
DnsServer: returning format error response when domain name is invalid. Setting recursion available flag in response for auth zone when recursion is desired since dns clients like nslookup and dig complain about it otherwise.
2020-12-12 16:40:06 +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
minor code refactoring done.
2020-12-06 17:00:05 +05:30