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:
Franco Fichtner 2024-11-04 11:28:34 +01:00
parent d3c1dd827b
commit bf3231ff6b

View File

@ -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>