Okay I have squidGuard 1.2.0 installed on my proxy server, I have also
installed the Black Lists. This is really anoying me I am hitting sites
directly out of the black lists and up they come. so if I change the any to
all it still lets everything threw and if I set the all or any to none it
sill lets the blacklists threw. What's wrong...


Brent.

logdir /var/log/squidGuard
dbhome /usr/share/squidGuard-1.2.0/db
time OPEN {
        weekly * 08:00 - 22:00
}

source alluser {
        ip              192.168.207.1-192.168.207.255
        ip              192.168.206.1-192.168.206.255
        ip              192.168.205.1-192.168.205.255
        ip              192.168.2.1-192.168.2.255
        ip              192.168.1.1-192.168.1.255
}


destination bl_warez {
        domainlist              blacklists/warez/domains
        urllist                 blacklists/warez/urls
}

destination bl_proxy {
        domainlist              blacklists/proxy/domains
        urllist                 blacklists/proxy/urls
}
destination warez {
        domainlist              warez/domains
        urllist                 warez/urls
}

destination proxy {
        domainlist              proxy/domains
        urllist                 proxy/urls
}

destination bl_porn {
        domainlist              blacklists/porn/domains
        urllist                 blacklists/porn/urls
}
destination porn {
        domainlist              porn/domains
        urllist                 porn/urls
}

destination bl_hacking {
        domainlist              blacklists/hacking/domains
        urllist                 blacklists/hacking/urls
}

destination bl_gambling {
        domainlist              blacklists/gambling/domains
        urllist                 blacklists/gambling/urls
}
destination hacking {
        domainlist              hacking/domains
        urllist                 hacking/urls
}

destination gambling {
        domainlist              gambling/domains
        urllist                 gambling/urls
}

acl {

        alluser within OPEN {
                pass !bl_warez !bl_proxy !bl_porn !bl_hacking !bl_gambling !warez 
!proxy
!porn !hacking !gambling any
                redirect
http://192.168.1.98/cgi-bin/squidGuard.cgi?clientaddr=%a&srclall=%s&targetcl
ass=%t&url=%u
}

default  within OPEN {
                pass !bl_warez !bl_proxy !bl_porn !bl_hacking !bl_gambling none
                redirect
http://192.168.1.98/cgi-bin/squidGuard.cgi?clientaddr=%a&srclall=%s&targetcl
ass=%t&url=%u

}
}

Reply via email to