mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
check-state at the beginning of the tdr set
This commit is contained in:
parent
d3924217ed
commit
19f6ca3e6d
@ -518,6 +518,7 @@ function tdr_install_set() {
|
||||
global $config;
|
||||
|
||||
mwexec("/sbin/ipfw delete 1");
|
||||
mwexec("/sbin/ipfw add 1 check-state");
|
||||
mwexec("/sbin/ipfw delete 65534");
|
||||
mwexec("/sbin/ipfw add 1 allow all from me to any keep-state");
|
||||
if (!isset ($config['system']['webgui']['noantilockout'])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user