mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
parent
72b5583ca9
commit
b4632794bc
@ -158,7 +158,7 @@ function filter_configure_sync() {
|
||||
$rules.= "set limit states {$config['system']['maximumstates']}\n";
|
||||
}
|
||||
$rules.= "\n";
|
||||
$rules.= "scrub on {$wanif} all {$scrubnodf} {$mssclamp}\n"; // reassemble all directions
|
||||
$rules.= "scrub on {$wanif} all {$scrubnodf} {$mssclamp} random-id\n"; // reassemble all directions
|
||||
|
||||
update_filter_reload_status("Setting up SCRUB information");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user