Make a profile and then activate it. Here is a short Help. I will make a full docu as soon as possible.
FILTER PROFILE ============== 1) Name - Name for this filter profile
2) Categories - The categories that will be blocked for this profile
3) Users & SRC Networks - The users and source networks that this profile applies to (NOTE the a request is matched to a profile if it is made by a user from the list OR it comes from a subnet from the list!!!).
4) Custom URL Expressions - Additional Black/Whitelist rules for this profile (use perl compatible regex-es)
THE FILTERING PROCCESS ====================== There are two levels of filtering:
1. The white/black list ----------------------- First, the URL is matched to the white and black list. If a URL matches the blacklist the request is denied, if it matches the whitelist the request is allowed regardless of the category. If the URL does not mach eny of the patterns we go to the next level.
2. The categorization filter ---------------------------- The category of the URL is recieved from an on line database and matched to the banned categories. If a match is found the request is denied. If a request passes both filters it is allowed, otherwise the content is denied and the user gets sent an error message.
+---------------------+ | IMPORTANT NOTE: | +=====================+ THIS is how the profiles are matched to requests: * Find the profile that matches the user and the IP (SEPPEARATLY) * Check if the profiles ban the requested URL (user has precedence) * If yes, deny the request * If not, well, allow it