Fix port rule match logic

This commit is contained in:
世界
2022-09-14 22:03:26 +08:00
parent 92bf784f4f
commit d9aa0a67d6
6 changed files with 109 additions and 29 deletions

View File

@@ -107,8 +107,10 @@
The default rule uses the following matching logic:
(`domain` || `domain_suffix` || `domain_keyword` || `domain_regex` || `geosite` || `geoip` || `ip_cidr`) &&
(`port` || `port_range`) &&
(`source_geoip` || `source_ip_cidr`) &&
`other fields`
(`source_port` || `source_port_range`) &&
`other fields`
#### inbound