Skip to content

Commit

Permalink
proxy: imp log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
schzhn committed Nov 7, 2024
1 parent f96af81 commit 498375e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/proxycache.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (p *Proxy) cacheResp(d *DNSContext) {
// doesn't correspond.
if !ecs.IP.Mask(ecs.Mask).Equal(d.ReqECS.IP.Mask(d.ReqECS.Mask)) || ones != reqOnes {
p.logger.Debug(
"not caching response: ecs does not match",
"not caching response; subnet mismatch",
"ecs", ecs,
"req_ecs", d.ReqECS,
)
Expand Down

0 comments on commit 498375e

Please sign in to comment.