使用VPS 架设Http代理服务器
in Linux with 0 comment
使用VPS 架设Http代理服务器
in Linux with 0 comment

转载于:https://b.lxd.cc/squid.html

测试环境是Centos 6 x86
第一步:安装squid

yum install squid

第二步

编辑/etc/squid/squid.conf
将http_access deny all 中deny 改为allow
http_port后面的是端口号,默认为3128。可改可不改。
第三步编辑 完成后

service squid restart

即可
大功告成了。

Responses