采用的系统是ubuntu18

安装tinyproxy

apt update

apt install tinyproxy

修改配置文件

vim /etc/tinyproxy/tinyproxy.conf

Port 8888
Timeout 600
MaxClients 100
Allow 127.0.0.1

port 默认端口是8888,你可以改也可以不改

Timeout 在tinyproxy关闭连接之前,允许连接处于非活动状态的最大秒数。

MaxClients 最大客户端链接数,也就是同时最多 100 个IP链接此代理服务器

Allow 是服务器的IP限制,需要把这个Allow 127.0.0.1注释掉(前面加“#”号,#Allow127.0.0.1 )

然后重新载入配置文件

service tinyproxy reload

启动服务

service tinyproxy start

重启服务

service tinyproxy restart

看看端口是否开启

netstat -lntp

twitter 安卓端可以配置http代理

win10和firefox也可以设置,这里就不介绍了。

看看效果图
搭建tinyproxy代理

相关文章:

  • 2022-12-23
  • 2021-09-10
  • 2021-12-14
  • 2022-01-05
  • 2021-12-14
  • 2021-09-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-20
  • 2021-10-18
  • 2022-12-23
  • 2021-11-11
  • 2021-11-21
  • 2022-01-07
  • 2021-04-28
相关资源
相似解决方案