【赠送】IT技术视频教程,白拿不谢!思科、华为、红帽、数据库、云计算等等_厦门微思网络的博客-CSDN博客文章浏览阅读444次。风和日丽,小微给你送福利~如果你是小微的老粉,这里有一份粉丝福利待领取...如果你是新粉关注到了小微,那恭喜你,你赚到了![欢迎关注微信公众号:厦门微思网络]正值微思19周年庆之际,我们在想:是否可以为大家创造更多的价值?为了感激大家长期来的关注,几经商榷,我们决定先给大家发一份大福利!如何索取呢?加小姐姐微信:xmws-IT,验证备注:CSDN学习视频话不多说,直接上福利介绍——福利1思科零基础入门实战视频教程今天我们为大家整理了一份...https://xmws-it.blog.csdn.net/article/details/117297837?spm=1001.2014.3001.5502【微/信/公/众/号:厦门微思网络】
安装软件
yum install tinyproxy -y
# 查看配置文件
rpm -ql tinyprox
修改配置文件
vim /etc/tinyproxy/tinyproxy.conf
# Port: Specify the port which tinyproxy will listen on. Please note
# that should you choose to run on a port lower than 1024 you will need
# to start tinyproxy using root.
Port 8888
# Allow: Customization of authorization controls. If there are any
# access control keywords then the default action is to DENY. Otherwise,
# the default action is ALLOW.
# The order of the controls are important. All incoming connections are
# tested against the controls based on order.
#允许:自定义授权控件。如果有的话
#访问控制关键字,那么默认动作是拒绝。否则,
#默认操作是允许。
#控件的顺序很重要。所有传入连接都根据顺序对控件进行测试。
# Allow 127.0.0.
添加防火墙策略
firewall-cmd --add-port=8888/tcp
firewall-cmd --add-port=8888/tcp --permanent
firewall-cmd --list-all
启动服务
systemctl enable tinyproxy.service
systemctl status tinyproxy.service
systemctl start tinyproxy.service
systemctl restart tinyproxy.servic
查看端口
netstat -tnp
查看日志
tail -f /var/log/tinyproxy/tinyproxy.lo
结束---【厦门微思网络】