Implement review suggestions

This commit is contained in:
Daniel
2022-03-22 13:55:46 +01:00
parent ef64acd271
commit 90a113397f
3 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ func sendResponse(
return nil
}
// Signify that we are a recursive resolver.
// While we do not handle recursion directly, we can safely assume, that we
// always forward to a recursive resolver.
reply.RecursionAvailable = true
// Add extra RRs through a custom RRProvider.