mirror of
https://github.com/tnodir/fort
synced 2024-11-15 14:26:38 +00:00
UI: Statistics: Fix "Collect traffic, when Filter Disabled" init.
This commit is contained in:
parent
060991674d
commit
aff3c17f46
@ -234,6 +234,7 @@ void FortSettings::readConfIni(FirewallConf &conf) const
|
||||
conf.setAllowAllNew(iniBool("allowAllNew"));
|
||||
conf.setLogBlocked(iniBool("logBlocked", true));
|
||||
conf.setLogStat(iniBool("logStat", true));
|
||||
conf.setLogStatNoFilter(iniBool("logStatNoFilter", true));
|
||||
conf.setLogAllowedIp(iniBool("logAllowedIp", false));
|
||||
conf.setLogBlockedIp(iniBool("logBlockedIp", false));
|
||||
conf.setAppBlockAll(iniBool("appBlockAll", true));
|
||||
|
Loading…
Reference in New Issue
Block a user