ClearOS Change Content Filter Performance Level
ClearOS Change Content Filter Performance Level
/usr/clearos/apps/content_filter/libraries/DansGuardian.php
instead, in the function get_tuning, and try changing the
values in the else block. if you want, you can also change
the "home network" string in the frontend pages (LEVEL_MEDIUM
instead of LEVEL_HOME_NETWORK).
values in the else block. if you want, you can also change
the "home network" string in the frontend pages (LEVEL_MEDIUM
instead of LEVEL_HOME_NETWORK).
LEVEL_CUSTOM
LEVEL_CUSTOM = 'custom'
LEVEL_HOME_NETWORK
LEVEL_HOME_NETWORK = 'home_network'
LEVEL_LARGE
LEVEL_LARGE = 'large'
LEVEL_LIGHT
LEVEL_LIGHT = 'light'
LEVEL_MEDIUM
LEVEL_MEDIUM = 'medium'
LEVEL_SMALL
LEVEL_SMALL = 'small'
LEVEL_VERY_LARGE
LEVEL_VERY_LARGE = 'very_large'
Comments
Post a Comment