centos7.3使用squid搭建代理服务器

centos7.3使用squid搭建代理服务器

1 安装
yum install squid

2 编辑
vi  /etc/squid/squid.conf

3 设置
最底部增加 如下
http_access allow all
然后 注释掉
http_access deny all

看到默认端口是 3128


4 启动
service squid start


5 输入命令查看监听
netstat -ntl

centos7.3使用squid搭建代理服务器

6 设置HTTP代理

centos7.3使用squid搭建代理服务器

7 访问成功

centos7.3使用squid搭建代理服务器

8 记得关闭centos的防火墙

关闭firewall:

systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall开机启动
firewall-cmd --state #查看默认防火墙状态(关闭后显示notrunning,开启后显示running)
上一篇:智能优化算法(源码)-食肉植物算法(Carnivorous Plant Algorithm ,CPA)


下一篇:Linux企业级项目实践之网络爬虫(8)——认识URL