84 lines
1.6 KiB
Plaintext
84 lines
1.6 KiB
Plaintext
|
logdir /var/log/squid
|
||
|
dbhome /var/lib/squidGuard/db
|
||
|
|
||
|
dest ads {
|
||
|
domainlist blacklists/ads/domains
|
||
|
urllist blacklists/ads/urls
|
||
|
}
|
||
|
|
||
|
dest aggressive {
|
||
|
domainlist blacklists/aggressive/domains
|
||
|
urllist blacklists/aggressive/urls
|
||
|
}
|
||
|
|
||
|
dest audio-video {
|
||
|
domainlist blacklists/audio-video/domains
|
||
|
urllist blacklists/audio-video/urls
|
||
|
}
|
||
|
|
||
|
dest drugs {
|
||
|
domainlist blacklists/drugs/domains
|
||
|
urllist blacklists/drugs/urls
|
||
|
}
|
||
|
|
||
|
dest gambling {
|
||
|
domainlist blacklists/gambling/domains
|
||
|
urllist blacklists/gambling/urls
|
||
|
}
|
||
|
|
||
|
dest hacking {
|
||
|
domainlist blacklists/hacking/domains
|
||
|
urllist blacklists/hacking/urls
|
||
|
}
|
||
|
|
||
|
dest mail {
|
||
|
domainlist blacklists/mail/domains
|
||
|
}
|
||
|
|
||
|
dest porn {
|
||
|
domainlist blacklists/porn/domains
|
||
|
urllist blacklists/porn/urls
|
||
|
}
|
||
|
|
||
|
dest proxy {
|
||
|
domainlist blacklists/proxy/domains
|
||
|
urllist blacklists/proxy/urls
|
||
|
}
|
||
|
|
||
|
dest redirector {
|
||
|
domainlist blacklists/redirector/domains
|
||
|
urllist blacklists/redirector/urls
|
||
|
}
|
||
|
|
||
|
dest spyware {
|
||
|
domainlist blacklists/spyware/domains
|
||
|
urllist blacklists/spyware/urls
|
||
|
}
|
||
|
|
||
|
dest suspect {
|
||
|
domainlist blacklists/suspect/domains
|
||
|
urllist blacklists/suspect/urls
|
||
|
}
|
||
|
|
||
|
dest violence {
|
||
|
domainlist blacklists/violence/domains
|
||
|
urllist blacklists/violence/urls
|
||
|
}
|
||
|
|
||
|
dest warez {
|
||
|
domainlist blacklists/warez/domains
|
||
|
urllist blacklists/warez/urls
|
||
|
}
|
||
|
|
||
|
dest white {
|
||
|
domainlist blacklists/white/domains
|
||
|
}
|
||
|
|
||
|
acl {
|
||
|
default {
|
||
|
|
||
|
pass white !custom !ads !aggressive !audio-video !drugs !gambling !hacking !mail !porn !proxy !redirector !spyware !suspect !violence !warez all
|
||
|
redirect http://localhost/cgi-bin/squidGuard.cgi?clientaddr=%a&clientname=%n&clientuser=%i&clientgroup=%s&url=%u
|
||
|
}
|
||
|
}
|