Fix processing multiple sniffs

This commit is contained in:
世界 2025-03-16 09:21:54 +08:00
parent 4f3ee61104
commit d55d5009c2
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 29 additions and 13 deletions

View file

@ -53,10 +53,11 @@ type InboundContext struct {
// sniffer
Protocol string
Domain string
Client string
SniffContext any
Protocol string
Domain string
Client string
SniffContext any
PacketSniffError error
// cache