Hi all
At this moment I am using the conig file like Rick sent me yesterday
This is all working
What I want to do with squidGuard is to give certain groups of users
access to selected sites on the internet
For example the pc in the warehouse has only access to the site fedex.com
However with the config below the host 10.0.18.6 can access all pages
instead of only the ones in alloweddomains
How can I put this together ?
I can only find doc about blocking out sites
Johan
# ## Simple squidGuard.conf test file ##
logdir /usr/local/squidGuard/log
dbhome /usr/local/squidGuard/db
src testsource {
ip 10.0.18.6
}
dest testdest {
domainlist alloweddomains
redirect http://tinyurl.com/2zdr5
log blocked.log
}
acl {
testsource {
pass testdest
}
default {
pass none
redirect http://tinyurl.com/2m5v5
log blocked.log
}
}
# ## End of Simple squidGuard.conf test file ##