Make saving IP and CNAMEs more defensive

This commit is contained in:
Daniel
2024-11-12 15:13:44 +01:00
committed by Vladimir Stoilov
parent 1ff6f34631
commit ed861d606b
2 changed files with 4 additions and 4 deletions

View File

@@ -224,8 +224,8 @@ func handleRequest(ctx context.Context, w dns.ResponseWriter, request *dns.Msg)
}
// Save the request as open, as we don't know if there will be a connection or not.
network.SaveOpenDNSRequest(q, rrCache, conn)
firewall.UpdateIPsAndCNAMEs(q, rrCache, conn)
network.SaveOpenDNSRequest(q, rrCache, conn)
case network.VerdictUndeterminable:
fallthrough