i use squidGuard 1.1.4
my config file is as below:

**squidguard.conf**
dbhome /var/db/squidGuard
logdir /var/log/squidGuard

dest porn {
        log             porn
        domainlist      porn/domains
        urllist         porn/urls
        expressionlist  porn/expressions
}


acl {
        
        default {
                pass     !porn
                redirect http://<myurl>
        }
}
**end of squidguard.conf**

When i run my script, squidGuard works properly.
But when i use my browser, it doesnt work.
what can the problem be? How can i solve?
by now thx for your help.
The script is shown below:

my script:

#!/bin/sh
echo "http://www.boobcamp.com 10.0.0.6/- - GET" |
/usr/local/bin/squidGuard -c 
/usr/local/etc/squid/squidguard.conf -d

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

Reply via email to