yum Install tinyproxy on centos
Posted wemux
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yum Install tinyproxy on centos相关的知识,希望对你有一定的参考价值。
安装epel-release
yum install -y epel-release
安装tinyproxy
yum install tinyproxy -y
配置tinyproxy
/etc/tinyproxy/tinyproxy.conf
#Allow 127.0.0.1 # 注释允许全部,如允许部分可写相应ip
DisableViaHeader Yes# 取消此行注释
启动服务
systemctl enable --now tinyproxy
如开启防火墙请放行对应端口
firewall-cmd --zone=public --add-port=8888/tcp --permanent
firewall-cmd --reload
以上是关于yum Install tinyproxy on centos的主要内容,如果未能解决你的问题,请参考以下文章