mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
10 lines
459 B
PHP
10 lines
459 B
PHP
<pre>
|
|
When working with {$g['product_name']} based schedules, the logic is a bit different from the normal {$g['product_name']} rules.
|
|
|
|
For example, the rules are evaluated from top to bottom.
|
|
|
|
If you have a pass rule and the rule is outside of the schedule, the traffic will be BLOCKED regardless
|
|
of pass rules that occur after this rule.
|
|
|
|
In these cases you will want to change the pass rule to a block style rule to get the needed functionality.
|
|
</pre> |