|
发表于 2004-8-17 12:27:07
|
显示全部楼层
楼主的意思是什么?是指浏览网页还是其他的网络应用程序还是指那些没有代理功能的程序?
如果是浏览网页或者一般的网络应用程序,那么应该本身就有代理设置选项的,如果是某些无法设置代理的网络程序,那么可以试试看tsocks这个软件。
tsocks provides transparent network access through a SOCKS version 4 or 5 proxy (usually on a firewall). tsocks intercepts the calls applications make to establish TCP connections and transparently proxies them as necessary. This allows existing applications to use SOCKS without recompilation or modification.
其实tsocks就是一个虚拟的网络环境,所有在其下运行的程序的网络请求、套接字都会被他截获,然后通过tsocks设置的socks代理服务器出去,这样就实现了透明的代理上网,类似于windows下的socks2cap。
http://tsocks.sourceforge.net/ |
|