testing SquidGuard


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications testing SquidGuard
# 1  
Old 10-22-2008
testing SquidGuard

Hi all,

I installed squid + squidguard..

How do i do a simple test the squidguard?

i did some research and i supposed to do dry run test , but i dont understand.

Anyone can explain to me?

Do i need to type in the command below on the prompt?

echo "http://www.xxx.com 10.0.0.1/ - - GET" | squidGuard -c /tmp/test.cfg -d


What is squidGuard -c /tmp/test.cfg -d represents to?
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

testing

what is the difference between white box and black box testing? (1 Reply)
Discussion started by: areef4u
1 Replies

2. UNIX for Advanced & Expert Users

testing

what does one mean in the context of testing... UNIT TESTING & INITIAL LEVEL OF MENU TESTING (2 Replies)
Discussion started by: areef4u
2 Replies
Login or Register to Ask a Question
SQUIDGUARD(1)						     SquidGuard documentation						     SQUIDGUARD(1)

NAME
squidGuard - Filter and redirector plugin for Squid and Squid3 SYNOPSIS
squidGuard [-u] [-C block]> [-b] [-t time] [-c file] [-d] [-P] [-v] [-h] DESCRIPTION
squidGuard is flexible and ultra fast filter, redirector and access controller plugin for squid. It lets you define multiple access rules with different restrictions for different user groups on a squid cache. squidGuard uses squid's standard redirector interface. OPTIONS
-u Update .db files from .diff files. -C file|all Create new .db files from urls/domain files, which are specified in "file". -b Switch on progress bar when updating the blacklists. -t time Specify startup time in the format: yyyy-mm-ddTHH:MM:SS -c file Load alternate config file. -d Send all errors to stderr. -P Do not go into emergency mode when an error with blacklists is encountered. -v Show version number. -h Show the short help. COPYRIGHT and LICENSE Copyright (c) 1999 Tele Danmark InterNordia, Oslo, Norway Copyright (c) 2006-2011 Shalla Secure Services, Gauting, Germany This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. AUTHOR
squidguard was written by Pal Baltzersen and Lars Erik Haland. This manual page was written by Joachim Wiedorn <ad_debian at joonet.de> for the Debian project (and may be used by others). SEE ALSO
update-squidguard(1), squid(8), sgclean(1), hostbyname(1) Version 1.5 2012-04-20 SQUIDGUARD(1)