Squid 设置网站访问白名单
程序员文章站
2022-07-07 21:33:02
...
1. 安装squid
yum install -y squid
2. 添加acl whitelist dstdomain
将如下行添加到行“acl CONNECT method CONNECT”下面
acl whitelist dstdomain "/etc/squid/whitelist"
http_access allow whitelist
http_access deny !whitelist
3. 将网站添加到/etc/squid/whitelist
.google.com
.gmail.com
.amazon.com
.ssl-images-amazon.com
.baidu.com
www.whatismyip.com
.lumtest.com
.ip-api.com
.vmlogin.com
4.测试
export http_proxy=http://*.*.*.*:3128
curl www.sina.com
--2020-09-22 08:53:56-- http://www.sina.com/
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:3128... connected.
Proxy request sent, awaiting response... 403 Forbidden
2020-09-22 08:53:56 ERROR 403: Forbidden.
[[email protected] ~]# wget www.baidu.com
--2020-09-22 08:54:27-- http://www.baidu.com/
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:3128... connected.
Proxy request sent, awaiting response... 200 OK
Length: 2381 (2.3K) [text/html]
Saving to: ‘index.html.3’
100%[================================================================================================================================================>] 2,381 --.-K/s in 0s
2020-09-22 08:54:27 (342 MB/s) - ‘index.html.3’ saved [2381/2381]
上一篇: Mac OS上反编译android app的环境搭建
下一篇: linux socket编程学习
推荐阅读
-
Zookeeper -- 如何设置访问白名单 & 解决ZooKeeper 未授权访问的扫描漏洞
-
怎么从外网访问局域网内的某台机子上的网站?只要在路由器上设置映射吗
-
javascript - 怎么实现访问网站文件白名单功能
-
设置.htaccess 禁止访问网站根上面的某个php文件
-
设置.htaccess 禁止访问网站根上面的某个php文件
-
金山毒霸怎么设置禁止访问指定网站?
-
网站必须设置http代理才可访问只看楼主 收藏 回复
-
可否通过“设置默认首页”来解决zend framework框架的网站上传到虚拟空间无法访问的问题?
-
大访问量网站的mysql参数如何设置?_MySQL
-
IE8访问Https网站避免弹出提示设置方法