mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-22 15:57:10 +00:00
ResolverDnsCache: passing recursion available flag.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace DnsServerCore.Dns
|
||||
|
||||
public virtual DnsDatagram Query(DnsDatagram request, bool serveStale = false)
|
||||
{
|
||||
DnsDatagram authResponse = _authZoneManager.Query(request);
|
||||
DnsDatagram authResponse = _authZoneManager.Query(request, true);
|
||||
if (authResponse.Answer.Count > 0)
|
||||
return authResponse;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user