Simplify secure DNS bypass message creation

This commit is contained in:
Daniel
2022-03-01 16:31:33 +01:00
parent fc1635d5ae
commit 141a95702c
2 changed files with 4 additions and 8 deletions

View File

@@ -201,7 +201,7 @@ func handleRequest(ctx context.Context, w dns.ResponseWriter, request *dns.Msg)
return
}
// Mark successfull queries as internal in order to hide them in the simple interface.
// Mark successful queries as internal in order to hide them in the simple interface.
// These requests were most probably made for another process and only add confusion if listed.
if conn.Process().IsSystemResolver() {
conn.Internal = true