tinyproxy初体验
背景
希望找一款非常迷你的http代理服务器。
初体验
安装
yum install tinyproxy
配置
默认配置文件为 /etc/tinyproxy/tinyproxy.conf
。
# 默认只允许本机访问
All 127.0.0.1
更多配置见[1]。
启停
# 启动 TinyProxy
$ service tinyproxy start
# 停止 TinyProxy
$ service tinyproxy stop
# 重启 TinyProxy
$ service tinyproxy restart
测试服务
$ curl --proxy 192.168.1.100:8888 -k https://www.hi-linux.com/
查看日志
$ tail -f /var/log/tinyproxy/tinyproxy.log