make install clean 后 在/etc/rc.conf 加入 linux_enable ="YES" 否则出现ELF错误 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/20014/showart_123364.html
用squid代理上网,怎样做acl禁用skype?用google搜了下,找到的方法如下 # Your acl definitions acl numeric_IPs urlpath_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+ acl connect method CONNECT # Apply your acls http access deny connect numerics_IPs all 但经我测试,skype同样可以使用 [ 本帖最后由 highmag 于 2005-12-16 20:05 编辑 ]