Hello,

i have a big problem with this configuration:



time work {
  weekly * 08:00-18:00
}

dest custom {
  expressionlist custom/expressions

}


acl {
  default within work {
     pass !audio-video !custom !porn !warez !violence !ads ok_num all
     redirect http://172.18.220.29/empty.html
  } else {
     pass !porn !warez !violence !ads !audio-video all
     redirect http://172.18.220.29/empty.html
  }
}

This rules should be negate the custom group during the work hours, but outside this time window should be permit it.
Then I have always the custom rule permitted... any hints?

thanks in advance,
Fausto

Reply via email to