novatoWebmin
(usa Outra)
Enviado em 22/04/2016 - 16:29h
olá, gostaria de uma ajuda com um proxy que estou testando, encontrar o arquivo squid.conf e configurei mas ele está bloqueando todos os sites, mesmo os que liberados, se alguém puder ajudar, seque squid.conf:
http_port 3128 intercept
negative_ttl 15 minutes
http_port meuip:3128 intercept
dns_nameservers 8.8.8.8
icp_query_timeout 800
half_closed_clients off
cache_mem 64 MB
minimum_object_size 0 KB
maximum_object_size 512 KB
request_body_max_size 10 MB
cache_dir ufs /home/squid 550 16 256
cache_access_log /home/squid/access.log
cache_log /home/squid/cache.log
cache_store_log /home/squid/store.log
server_persistent_connections off
memory_pools off
forwarded_for unknown
ftp_passive on
cache_effective_user squid
cache_effective_group squid
acl all src all
acl localhost src 127.0.0.1/32
acl SSL_ports port 443 563 2631 1707
acl Safe_ports port 80 21 85 25 280 488 591 443 777 563 70 210 8080 1025-65535 220 1707 6000
acl CONNECT method CONNECT
acl QUERY urlpath_regex cgi-bin \?
acl Safe_ports port 80 21 85 25 280 488 591 443 777 563 70 210 8080 1025-65535 220 1707 6000
acl CONNECT method CONNECT
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
acl teste src 192.168.0.0/24
acl micros_09 src "/etc/squid/regras/nivel_09/micros_09"
acl micros_10 src "/etc/squid/regras/nivel_10/micros_10"
acl assun_bloq_09 url_regex -i "/etc/squid/regras/nivel_09/assun_bloq_09"
acl sites_bloq_09 dstdomain -i "/etc/squid/regras/nivel_09/sites_bloq_09"
acl sites_perm_09 dstdomain -i "/etc/squid/regras/nivel_09/sites_perm_09"
http_access allow manager localhost
miss_access allow all
icp_access allow all
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow micros_10
http_access allow sites_perm_09
http_access deny sites_bloq_09
http_access deny assun_bloq_09
icp_access allow all
ident_lookup_access allow all
snmp_access allow all
http_access deny all
cache_mgr teste@teste.com.br
error_directory /usr/share/squid/errors/pt-br
visible_hostname TESTE