После смены провайдера squid стал резать входящую скорость на freebsd 8.2
После переноса конфигурации на 9.2 ситуация не измениласьStarting squid.
2013/11/20 02:42:02| WARNING: (B) '127.0.0.1' is a subnetwork of (A) '127.0.0.1'
2013/11/20 02:42:02| WARNING: because of this '127.0.0.1' is ignored to keep splay tree searching predictable
2013/11/20 02:42:02| WARNING: You should probably remove '127.0.0.1' from the ACL named 'localhost'
2013/11/20 02:42:02| WARNING: (B) '127.0.0.1' is a subnetwork of (A) '127.0.0.1'
2013/11/20 02:42:02| WARNING: because of this '127.0.0.1' is ignored to keep splay tree searching predictable
2013/11/20 02:42:02| WARNING: You should probably remove '127.0.0.1' from the ACL named 'localhost'
2013/11/20 02:42:02| WARNING: (B) '127.0.0.0/8' is a subnetwork of (A) '127.0.0.0/8'
2013/11/20 02:42:02| WARNING: because of this '127.0.0.0/8' is ignored to keep splay tree searching predictable
2013/11/20 02:42:02| WARNING: You should probably remove '127.0.0.0/8' from the ACL named 'to_localhost'
сам squid
http_port 127.0.0.1:3128 transparent
hierarchy_stoplist cgi-bin ?
#acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
acl QUERY urlpath_regex cgi-bin \?
acl HTTP port 80
acl HTTPS port 443
acl purge method PURGE
acl connect method CONNECT
http_access allow purge localhost
http_access deny purge
acl nobanners src all
acl good_url url_regex -i "/usr/local/etc/squid/ban_list/good_url"
acl megagood url_regex -i "/usr/local/etc/squid/ban_list/megagood"
acl mail url_regex -i "/usr/local/etc/squid/ban_list/mail"
acl banners url_regex -i "/usr/local/etc/squid/ban_list/banner"
acl bad_url url_regex -i "/usr/local/etc/squid/ban_list/bad_url"
acl socnet url_regex -i "/usr/local/etc/squid/ban_list/socnet"
acl media urlpath_regex -i \.mp3$ \.wav$ \.avi$ \.flv$ \.mp4$ \.wma$ \.f4v$
acl tranz url_regex -i .gm.com$ .asus.com$
acl 192 src 192.168.1.0/24
no_cache deny QUERY all manager localhost to_localhost purge connect nobanners banners media tranz
http_access allow manager 192
http_access deny manager
http_access deny connect
http_access deny banners !megagood
http_access deny bad_url
http_access deny socnet
http_access allow 192
http_access allow localhost
http_access deny all
http_reply_access allow all
icp_access allow all
visible_hostname Kill_Bill
pid_filename<-->/usr/local/squid/squid.pid
coredump_dir<-->/usr/local/squid/
#access_log<--->/usr/local/squid/access.log
cache_dir ufs<->/usr/local/squid/cache<><------>5096 16 256
cache_log<----->/usr/local/squid/logs/cache
cache_store_log>none
access_log<---->none
log_mime_hdrs<->off
error_directory /usr/local/etc/squid/errors/Russian-1251
cache_swap_low 80
cache_swap_high 85
cache_mem 100 MB
maximum_object_size 50 MB