mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
firewall: remove two sentences via IRC question raised
The default implies to leave it that way if unsure. The ominous warning means nothing without explanation, but the effect is clear for people wanting to use another setting for direction: o Egress rules filter on outbound, so half the performance passing traffic inwards is already wasted by not dropping it on inbound. o Egress rules cannot set policy routes since policy routes set outbound interface on inbound and thus the decision was already made.
This commit is contained in:
parent
d2500110ea
commit
6bb03c1806
@ -825,10 +825,8 @@ include("head.inc");
|
||||
endforeach; ?>
|
||||
</select>
|
||||
<div class="hidden" data-for="help_for_direction">
|
||||
<?=gettext("Direction of the traffic, our default policy is to filter inbound traffic, ".
|
||||
"which sets the policy to the interface originally receiving the traffic. ".
|
||||
"If you are not sure, you best leave this setting as is. ".
|
||||
"There are some remarks when using outbound (egress) filtering.");?>
|
||||
<?=gettext("Direction of the traffic. The default policy is to filter inbound traffic, ".
|
||||
"which sets the policy to the interface originally receiving the traffic.") ?>
|
||||
</div>
|
||||
</td>
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user