Skip to content

remove package_name values from common#8

Merged
WendelHime merged 1 commit intomainfrom
rm-package-name-common
Feb 5, 2026
Merged

remove package_name values from common#8
WendelHime merged 1 commit intomainfrom
rm-package-name-common

Conversation

@garmr-ulfr
Copy link
Contributor

This removes the package name values from smart-routing-common. Because of how individual rules are evaluated, including package_name will cause the ruleset to always be false.

Rule match logic

match = 
  (domain || domain_suffix || domain_keyword || domain_regex || geosite || geoip || ip_cidr || ip_is_private) &&
  (port || port_range) &&
  (source_geoip || source_ip_cidr || source_ip_is_private) &&
  (source_port || source_port_range) &&
  (all other fields)

@WendelHime WendelHime merged commit c0b0f74 into main Feb 5, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants