Simplify secure DNS bypass message creation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user