服务器端
1.下载并且安装
2. 服务器配置
-
General 中端口设置为8080,Disk Cache 1G ,下方三个可选项, squid选择1和3。
-
Clients 新建 要使用代理的IP地址
-
-
Template 中找到
http_access deny all
,将deny
改为allow
即可
- 最后在MAC的命令行中export : http 和https 协议
export http_proxy
export https_porxy
###3. 点击Start ,启动服务端
客户端
1. export服务器的IP+端口
export http_proxy=http://yourip:8080
export https_proxy=http://yourip:8080
2. 测试
curl http://www.baidu.com
可以获取到网页信息即为成功
<!DOCTYPE html>
<meta http-equiv=X-UA-Compatible content=IE=Edge>
<meta content=always name=referrer><link rel=stylesheet type=text/css href=http://s1.bdstatic.com/r/www/cache/bdorz/baidu.min.css>
<title>百度一下,你就知道</title></head>