mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
A couple of small corrections.
This commit is contained in:
parent
317b28522e
commit
9e97598acc
@ -874,7 +874,7 @@ if ($seprows[$nrules]) {
|
||||
if ("FloatingRules" != $if) {
|
||||
print(gettext("Rules are evaluated on a first-match basis (i.e. " .
|
||||
"the action of the first rule to match a packet will be executed). ") . '<br />' .
|
||||
gettext("This means that if block rules are used, it is important to pay attention to " .
|
||||
gettext("This means that if block rules are used, it is important to pay attention " .
|
||||
"to the rule order. Everything that isn't explicitly passed is blocked " .
|
||||
"by default. "));
|
||||
} else {
|
||||
|
||||
@ -2028,7 +2028,7 @@ events.push(function() {
|
||||
} else if (val == 'synproxy state') {
|
||||
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';
|
||||
} else if (val == 'none') {
|
||||
dispstr += 'None: Do not use state mechanisms to keep track. This is only useful if for doing advanced queueing in certain situations';
|
||||
dispstr += 'None: Do not use state mechanisms to keep track. This is only useful for doing advanced queueing in certain situations';
|
||||
}
|
||||
|
||||
dispstr += '</span>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user