mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
10 lines
433 B
PHP
10 lines
433 B
PHP
<pre>
|
|
When working with pfSense based schedules, the logic is a bit different from the normal pfSense 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> |