Bom dia pessoal.

Tenho um squid com squidguard num debian.

Ta funcionando.
So que, ao criar um "src admin" ele não considera.

Abaixo, transcrevo para ver se alguem enxerga algum erro ou possa me dar 
uma força.
Obrigado.


dbhome /var/lib/squidguard/db
logdir /var/log/squid

#BLOQUEANDO SITES COM CONTEUDO PORNO
dest porn {
domainlist blacklists/porn/domains
urllist blacklists/porn/urls
redirect http://10.0.0.188/index.html
        }

#BLOQUEANDO SITES "PROXY"
dest proxy {
domainlist blacklists/proxy/domains
urllist blacklists/proxy/urls
redirect http://10.0.0.188/index.html
        }


#BLOQUEANDO SITES COM ADS
dest ads {
       domainlist blacklists/ads/domains
       urllist blacklists/ads/urls
                      redirect http://10.0.0.188/index.html
        }

#BLOQUEANDO SITES COM CONTEUDO AGRESSIVO
dest aggressive {
       domainlist blacklists/aggressive/domains
       urllist blacklists/aggressive/urls
       redirect http://10.0.0.188/index.html

time workhours {
        weekly mtwhf 08:00 - 18:30
        date *-*-01  08:00 - 18:30
}

src admin {
        ip              10.0.0.188/24
}


dest good {
}

dest local {
}


acl {
         default {
                         pass good white !porn !proxy !warez !suspect 
!redirector !proxy !hacking !audio-video !gambling !aggressive !ads all
                         redirect http://10.0.0.188/index.html
                      }

        admin {
                pass all
                }

        else {
                pass any
        }
  }

Responder a