0
点赞
收藏
分享

微信扫一扫

yum Install tinyproxy on centos

大雁f 2022-05-27 阅读 54

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

举报

相关推荐

0 条评论