Fix rule-set matching logic

This commit is contained in:
世界
2023-11-30 21:28:00 +08:00
parent efdb34de91
commit 392c4be55b
2 changed files with 52 additions and 44 deletions

View File

@@ -49,6 +49,13 @@ type InboundContext struct {
FakeIP bool
IPCIDRMatchSource bool
// rule merge
SourceAddressMatch bool
SourcePortMatch bool
DestinationAddressMatch bool
DestinationPortMatch bool
// dns cache
QueryType uint16