Revision 9e97598a
Added by NOYB NOYB over 9 years ago
src/usr/local/www/firewall_rules.php | ||
---|---|---|
874 | 874 |
if ("FloatingRules" != $if) { |
875 | 875 |
print(gettext("Rules are evaluated on a first-match basis (i.e. " . |
876 | 876 |
"the action of the first rule to match a packet will be executed). ") . '<br />' . |
877 |
gettext("This means that if block rules are used, it is important to pay attention to " .
|
|
877 |
gettext("This means that if block rules are used, it is important to pay attention " . |
|
878 | 878 |
"to the rule order. Everything that isn't explicitly passed is blocked " . |
879 | 879 |
"by default. ")); |
880 | 880 |
} else { |
src/usr/local/www/firewall_rules_edit.php | ||
---|---|---|
2028 | 2028 |
} else if (val == 'synproxy state') { |
2029 | 2029 |
dispstr += 'Synproxy: proxies incoming TCP connections to help protect servers from spoofed TCP SYN floods. This option includes the functionality of keep state and modulate state combined'; |
2030 | 2030 |
} else if (val == 'none') { |
2031 |
dispstr += 'None: Do not use state mechanisms to keep track. This is only useful if for doing advanced queueing in certain situations';
|
|
2031 |
dispstr += 'None: Do not use state mechanisms to keep track. This is only useful for doing advanced queueing in certain situations'; |
|
2032 | 2032 |
} |
2033 | 2033 |
|
2034 | 2034 |
dispstr += '</span>'; |
Also available in: Unified diff
A couple of small corrections.