mirror of
https://github.com/safing/portmaster
synced 2025-04-22 20:09:09 +00:00
Set recursion available flag on nameserver responses
This commit is contained in:
parent
92bf99d0ed
commit
e3a450e96b
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ func sendResponse(
|
|||
// Dropping query.
|
||||
return nil
|
||||
}
|
||||
// Signify that we are a recursive resolver.
|
||||
reply.RecursionAvailable = true
|
||||
|
||||
// Add extra RRs through a custom RRProvider.
|
||||
for _, rrProvider := range rrProviders {
|
||||
|
|
Loading…
Add table
Reference in a new issue