mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
firewall: tweak this help text
No markup, no second paragraph. This is an inentional design choice for better or worse so weave it into the existing note.
This commit is contained in:
parent
d3c1dd827b
commit
bf3231ff6b
@ -785,11 +785,8 @@ include("head.inc");
|
||||
</table>
|
||||
</div>
|
||||
<div class="hidden" data-for="help_for_syncookies">
|
||||
<?=gettext("When syncookies are active, pf will answer each incoming TCP SYN with a syncookie SYNACK, without allocating any resources.");?>
|
||||
<br/>
|
||||
<strong>
|
||||
<?=gettext("NOTE: this feature does require all tcp rules to be state aware, issues are to be expected when creating stateless rules");?>
|
||||
</strong>
|
||||
<?=gettext('When syncookies are active, the firewall will answer each incoming TCP SYN with a syncookie SYN ACK for all state tracked connections ' .
|
||||
'without allocating any resources. TCP connections bound to stateless rules will be silently dropped for implementational reasons.') ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user