使用squid做qq,msn代理

By SuperTaoer | 七月 4, 2005
Under: 程序 技术 周边
Views:

因为公司不让用qq,msn等一切IM,
只能使用jabber
没有办法,自己动手,丰衣足食

先从 http://www.squid-cache.org下载squid
然后直接make install

进入到squid/etc下
编辑squid.conf

  1. #设置管理员email
  2. cache_mgr supertaoer@vip.sina.com
  3.  
  4. #设置cache目录,因为不用web代理,所以我不想让squid进行缓存
  5. cache_dir null /tmp
  6.  
  7. #设置log文件
  8. cache_access_log /usr/local/squid/var/logs/access.log
  9.  
  10. #设置Squid在错误页面中显示的服务器名称
  11. visible_hostname IM_agent.proxy
  12.  
  13. #设置端口
  14. http_port 80

差..好文!! (还没评价)
Loading ... Loading ...

Leave a Message

No Messages

No Messages

RSS feed for comments on this post. TrackBack URI

Leave a Message