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-04-24 05:22:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9aa6dcac0e13196bea1e1fd52882614c485c889f
DnsServer
/
DnsServerCore
History
Shreyas Zare
9aa6dcac0e
DnsWebService: added catalog zone support. Updated dns config file format for supporting new options.
2024-09-14 19:19:59 +05:30
..
Auth
code refactoring changes done.
2024-09-14 16:36:43 +05:30
Dhcp
DhcpServer: removed client domain case lowering to allow having same case records in DNS. Updated UpdateDnsAuthZone() to use updated AuthZoneManager calls.
2024-09-14 16:41:38 +05:30
Dns
DnsServer: Updated recursion option to support access control list. Added max overall timeout for recursive resolution. Added option to enable/disable DNS-over-HTTP/3. Added option to configure resolver concurrency. Added option to enable/disable concurrent forwarding. Replaced WithTimeout() usage to new TimeoutAsync() to allow cancelling running task after timeout. Updated ProcessQueryAsync() handle timeout exception to allow debugging CPU usage issue. Updated notify and zone transfer to support new zone types. Added update support for secondary forwarder. Fixed issue in ProcessAuthoritativeQueryAsync() that caused failure to process FWD record. Updated AuthoritativeQueryAsync() to add TimeoutAsync() to allow mitigating and debuging cpu usage issue. Fixed issue in ProcessAPPAsync() to process FWD record. Fixed bug in IsAllowedAsync() when request of DS type is received. Implemented priority based conditional forwarding feature. Added feature to write client subnet rate limiting changes to log file. Updated StartAsync() to wait and retry when socket binding fails. Code refactoring changes done.
2024-09-14 19:12:46 +05:30
dohwww
…
www
zone.js: added support for ZONEMD validation feature for secondary zones. Updated updateRecordState() to use zone name and added missing updateSvcbHints parameter for A/AAAA record to allow updating auto hits for svcb/https records when the record is enabled/disabled.
2024-06-22 14:01:35 +05:30
DnsServerCore.csproj
…
DnsWebService.cs
DnsWebService: added catalog zone support. Updated dns config file format for supporting new options.
2024-09-14 19:19:59 +05:30
DnsWebServiceException.cs
…
Extensions.cs
…
InvalidTokenWebServiceException.cs
…
LogManager.cs
…
named.root
…
root-anchors.xml
…
WebServiceApi.cs
…
WebServiceAppsApi.cs
…
WebServiceAuthApi.cs
…
WebServiceDashboardApi.cs
…
WebServiceDhcpApi.cs
…
WebServiceLogsApi.cs
…
WebServiceOtherZonesApi.cs
…
WebServiceSettingsApi.cs
…
WebServiceZonesApi.cs
WebServiceZonesApi: Updated API code to support ZONEMD validation feature. Fixed minor issues with calling UpdateSvcbAutoHints() method.
2024-06-22 13:57:25 +05:30