mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
Firewall/Nat, missed no nat/rdr on carp
This commit is contained in:
parent
5e87c80fee
commit
34e7a98df3
@ -353,6 +353,8 @@ function filter_configure_sync($verbose = false)
|
||||
}
|
||||
|
||||
$natrules = "\n# NAT Redirects\n";
|
||||
$natrules = "no nat proto carp all\n";
|
||||
$natrules = "no rdr proto carp all\n";
|
||||
$natrules .= $fw->outputNatRules();
|
||||
|
||||
if ($verbose) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user