mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-07-12 10:47:55 +03:00
Fix rule-set matching logic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user