1. 代码下载
wget https://github.com/tinyproxy/tinyproxy/archive/refs/heads/master.zip
2. 代码解压
unzip master.zip
3. 依赖包安装
yum install automake gcc
4. 执行脚本
./autogen.sh
5. 编译
./configure make make install
6. 编写配置文件
vi tinyproxy.conf
文件内容:
Port 8888
7. 启动服务
tinyproxy -c tinyproxy.conf
标签:install,zip,make,master,conf,tinyproxy,安装 From: https://www.cnblogs.com/swnm/p/17120852.html