mzibit
(usa Gentoo)
Enviado em 27/06/2011 - 16:35h
Consegui, vou postar o meu squid.conf aqui.
O meu problema maior agora é o ultrasurf, bloqueei ele, mas os sites que usam https como o gmail nao entram.
Quanto ao bloqueio por ip consegui da seguinte forma.
http_port 3128 transparent
visible_hostname server
cache_mem 64 MB
maximum_object_size_in_memory 64kb
maximum_object_size 1024 MB
minimum_object_size 0 KB
cache_dir ufs /var/cache/squid 2048 16 256
refresh_pattern ^ftp: 15 20% 2280
refresh_pattern ^http: 10 0% 2280
refresh_pattern . 15 20% 2280
cache_access_log /var/log/squid/access.log
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 #http
acl Safe_ports port 21 #ftp
acl Safe_ports port 443 563 #https, snews
acl Safe_ports port 280 #http-mgmt
acl Safe_ports port 901 #swat
acl Safe_ports port 1025-65535 #portas altas
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl range1 src 10.0.0.0/8
acl range2 src 10.1.1.100 10.1.1.101 10.1.1.102
acl bloqueados url_regex -i "/etc/squid/bloqueados"
http_access allow range2
http_access deny bloqueados
http_access allow range1
acl redelocal src 10.0.0.0/8
http_access allow localhost
http_access allow redelocal
http_access deny all
cache_mgr emailadmin
Alguém tem uma forma eficaz de bloqueio do ultrasurf? :/