curl设置代理
curl -x 10.0.0.172:80 www.wo.com.cn
此命令使用10.0.0.172:80这个代理服务器IP和端口访问站点www.wo.com.cn
参数说明
-x 设置代理,格式为host[:port],port的缺省值为1080
curl设置代理
curl -x 10.0.0.172:80 www.wo.com.cn
此命令使用10.0.0.172:80这个代理服务器IP和端口访问站点www.wo.com.cn
参数说明
-x 设置代理,格式为host[:port],port的缺省值为1080
转载于:https://my.oschina.net/whitejavadog/blog/867851