You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to create an in_ip_range operator to check that kind of rule:
ip in_ip_range 192.168.1.*
I can validate this rule with a callable based on mlocati/ip-lib library, but I don't figure out how to register that callable in RulerZ.
I can't find any ArrayExecutor class or ExtendableExecutor interface as referred to in the documentation, and anyway, the documentation does not indicate how to register it in RulerZ.
See #38 and #40
The text was updated successfully, but these errors were encountered: