Signed-off-by: KevinLiang10 <37811973+KevinLiang10@users.noreply.github.com>
This commit is contained in:
KevinLiang10 2025-09-16 11:49:56 -04:00
parent c07a684268
commit 3daf9ee88a

View File

@ -1151,7 +1151,6 @@ func (t *Wrapper) filterPacketInboundFromWireGuard(p *packet.Parsed, captHook pa
if filt == nil {
return filter.Drop, gro
}
fmt.Println("Kevin: I was here at filterPacketInboundFromWireGuard")
outcome := filt.RunIn(p, t.filterFlags)
// Let peerapi through the filter; its ACLs are handled at L7,