峯言凬语 O ever youthful O ever weeping~
本无意与众不同,怎奈何口味太重。
首页
平水韵
颜色表
ABOUT
文章分类
友情链接
Ubuntu install Squid to use http proxy
2018-09-18 |Nonni | TSI

<div>apt-get updateapt-get install squidvi /etc/squid3/squid.conf将http_access deny deny 改为 http_access  allow all将http_port 3128修改为自己的端口http_port 6666</div>
service squid3 restart

这时是透明代理,会有via字段和X-Forwarded-For字段显示IP,需要匿名的话就需要修改配置

查看版本

squid3 -v

vi /etc/squid3/squid.conf

不同版本号以及对应代码

Squid 2.x
header_access Via deny all
header_access X-Forwarded-For deny all

Squid 3.0
reply_header_access Via deny all
reply_header_access X-Forwarded-For deny all

Squid 3.1以及以上版本
via off
forwarded_for delete

service squid3 restart

respond-post-148

添加新评论

请填写称呼
请填写合法的电子邮箱地址
请填写合法的网站地址
请填写内容