
		stinger
		
		(usa Ubuntu)
		
		Enviado em 11/11/2008 - 14:18h 
		Boa tarde
Desculpa, mas você poderia me auxiliar como eu poderia fazer pra instalar esse dns no squid?
Se ajudar, estou postando o meu arquivo squid.conf 
Desculpa minha ignorância, mas é que estou começando agora nesse mundo de Linux e to apanhando um pouco.
http_port 3128
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 128 MB
cache_dir ufs /var/spool/squid 1000 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/senha-squid
auth_param basic children 5
auth_param basic realm SERVERNET - SERVIDOR INTERNET
refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%      1440
refresh_pattern .               0       20%     4320
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 to_localhost dst 127.0.0.0/8
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 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl CONNECT method CONNECT
# LIBERA INTERNET ACESSO A INTERNET TERMINAL DIRECAO
acl TERMINAIS_LIBERADOS src "/etc/squid/conf/terminais_liberados"
http_access allow TERMINAIS_LIBERADOS
#acl usuarios_restritos proxy_auth_regex -i "/etc/squid/conf/usuarios_restritos"
acl usuarios proxy_auth_regex src "/etc/squid/conf/usuarios"
acl comite proxy_auth_regex -i "/etc/squid/conf/comite"
acl bloqueado url_regex src "/etc/squid/conf/paginas-bloqueadas"
#acl permitido url_regex -i "/etc/squid/conf/sites-especificos"