美文网首页
ubuntu使用tinyproxy搭建简单代理

ubuntu使用tinyproxy搭建简单代理

作者: 疯帮主 | 来源:发表于2018-11-08 00:07 被阅读0次

安装tinyproxy

sudo apt install tinyproxy -y

配置

sudo vim /etc/tinyproxy.conf
Port 8888 #预设是8888 Port,你可以更改
Allow 127.0.0.1 #将127.0.0.1改成你自己的IP
例如你的IP 是1.2.3.4,你改成Allow 1.2.3.4,那只有你才可以连上这个Proxy
若你想任何IP都可以脸到Proxy在Allow前面打#注释

本人只把Allow注释了,其他未更改

重启

sudo service tinyproxy restart

设置代理

使用腾讯云的公网IP


验证

image.png

相关文章

网友评论

      本文标题:ubuntu使用tinyproxy搭建简单代理

      本文链接:https://www.haomeiwen.com/subject/gnxixqtx.html