重庆分公司,新征程启航
为企业提供网站建设、域名注册、服务器等服务
这篇文章给大家分享的是有关如何使用privoxy将socks代理转为http代理的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。
成都创新互联公司主营秦皇岛网站建设的网络公司,主营网站建设方案,成都app开发,秦皇岛h5成都小程序开发搭建,秦皇岛网站营销推广欢迎秦皇岛等地区企业咨询
Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk. Privoxy has a flexible configuration and can be customized to suit individual needs and tastes. It has application for both stand-alone systems and multi-user networks.
很强大的工具。有兴趣的自己去啃啃哈。官网http://www.privoxy.org/
yuminstallprivoxy |
直接yum安装了,编译的麻烦。要先添加repo源。
我这里是以ssh来建立的。
ssh –f –C2qTnN –D 1080 ttlsa@www.ttlsa.com |
www.ttlsa.com位于墙外。
在本地建立起127.0.0.1:1080的socks代理。
# vim /etc/privoxy/config添加下面这一行forward–socks5 / 127.0.0.1:1080 . |
其它的不用改了。
forward-socks5代表转发到socks5代理,/代表所有的URL都转发(也可以在这里写url patten),127.0.0.1:1080是socks代理地址,.将请求不转发到另一个http代理,而是直接发送到web服务器。
启动
/etc/init.d/privoxy restart
服务监听在本地127.0.0.1:8118上。如果需要其它设备使用该代理,更改配置文件listen-address参数。
$ curl –x 127.0.0.1:8118 http://www.google.com302 MovedThedocumenthasmovedhere. |
感谢各位的阅读!关于“如何使用privoxy将socks代理转为http代理”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,让大家可以学到更多知识,如果觉得文章不错,可以把它分享出去让更多的人看到吧!