Nortel

Материал из wiki.nntc.nnov.ru
Версия от 13:20, 30 апреля 2015; Vovan (обсуждение | вклад) (Новая страница: «=squid.conf= <pre> acl SSL_ports port 443 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 # https acl Safe_ports port 70 # …»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к навигации Перейти к поиску

squid.conf

acl SSL_ports port 443
acl Safe_ports port 80		# http
acl Safe_ports port 21		# ftp
acl Safe_ports port 443		# https
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
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
#http_access allow localhost manager
#http_access deny manager

acl all src 192.168.0.0/16

http_port 3128

cache_effective_user network
cache_mem 1 MB
cache_dir ufs /var/cache/squid 512 16 256

coredump_dir /var/spool/squid3
refresh_pattern ^ftp:		1440	20%	10080
refresh_pattern ^gopher:	1440	0%	1440
refresh_pattern -i (/cgi-bin/|\?) 0	0%	0
refresh_pattern (Release|Packages(.gz)*)$      0       20%     2880
refresh_pattern .		0	20%	4320

#delay_pools 1
#delay_class 1 2
#delay_access 1 allow all
#delay_parameters 1 2500000/2500000 125000/125000

dns_nameservers 8.8.8.8
access_log /var/log/squid/access.log
cache_log /dev/null 
logfile_rotate 0