yum Install tinyproxy on centos

行是知之始,知是行之成。这篇文章主要讲述yum Install tinyproxy on centos相关的知识,希望能为你提供帮助。
安装epel-release
??yum install -y epel-release??
【yum Install tinyproxy on centos】

安装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


    推荐阅读