mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
firewall: Allow SNAT rules with RED interface
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -4,6 +4,7 @@ etc/mime.types
|
||||
etc/rc.d/init.d/suricata
|
||||
etc/suricata/suricata.yaml
|
||||
srv/web/ipfire/cgi-bin/credits.cgi
|
||||
srv/web/ipfire/cgi-bin/firewall.cgi
|
||||
srv/web/ipfire/cgi-bin/proxy.cgi
|
||||
usr/lib/firewall/rules.pl
|
||||
usr/sbin/convert-snort
|
||||
|
||||
@@ -1718,6 +1718,7 @@ END
|
||||
<td width='25%' align='right'><span class='snat'>$Lang::tr{'snat new source ip address'}:</span></td>
|
||||
<td width='30%'>
|
||||
<select name='snat' class='snat' style='width: 100%;'>
|
||||
<option value='RED' $selected{'snat'}{'RED'}>$Lang::tr{'red1'} ($redip)</option>
|
||||
END
|
||||
|
||||
foreach my $alias (sort keys %aliases) {
|
||||
|
||||
Reference in New Issue
Block a user