Linux源码安装最新版Privoxy

源码安装

1.下载安装包

wget https://GuoFlight.Github.io/Mycode/Linux/software_install/privoxy-3.0.28-stable-src.tar.gz

2.解压安装

useradd privoxy
yum install autoconf automake libtool   #安装依赖包(非CentOS环境根据情况)
tar -zxvf privoxy-3.0.28-stable-src.tar.gz
cd privoxy-3.0.28-stable
autoheader && autoconf
./configure
make && make install

配置文件地址:

/usr/local/etc/privoxy/config
# socks转发地址设置
forward-socks5t
#启动
/etc/init.d/privoxy start
#重启
/etc/init.d/privoxy restart
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。