Actions
Bug #8997
closedsquidGuard Times does not accept more than one value
Start date:
10/03/2018
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
2.4.4
Affected Plus Version:
Affected Architecture:
amd64
Description
squidGuard Times does not accept more than one value. (PFSense 2.4.4, squid 0.4.44_5, squidGuard 1.16.18)
On the squidGuard Times config screen, we have set two different values, but for some reason, during the first time value range, the blocks configured weren't working.
On the terminal accessing /usr/local/etc/squidGuard, the command 'cat squidguard_conf.xml | grep sg_timerange' delivers only one line, like below:
<sg_timerange>13:00-23:59</sg_timerange>
Testing on older versions where Times work well, the same command delivers two lines, as we had set, this way:
<sg_timerange>00:00-11:59</sg_timerange>
<sg_timerange>13:00-23:59</sg_timerange>
Files
Actions