简体   繁体   English

代理转发器的负载均衡器

[英]load balancer for proxy forwarders

I have some pool of proxies. 我有一些代理人。 I need to create proxy rotator for my software. 我需要为我的软件创建代理旋转器。

APP > proxy rotator > proxy > http/https. APP>代理旋转器>代理> http / https。

I was trying to use nginx upstream but unfortunately nginx is reverse proxy not transparent proxy forwarder. 我试图在上游使用nginx,但不幸的是nginx是反向代理而不是透明代理转发器。 Can you give me some ideas how to achieve proxy rotator? 您能给我一些实现代理旋转器的想法吗?

I cannot add proxy rotator to APP (too complexe code). 我无法将代理旋转器添加到APP(过于复杂的代码)。

Nginx is good to reverse proxy job or web server, to proxy job the better is Squid . Nginx对反向代理作业或Web服务器很有帮助,对代理作业来说, Squid更好。

You can read load balancing in Squid documentation 您可以在Squid文档中阅读负载平衡

http://wiki.squid-cache.org/Features/LoadBalance http://wiki.squid-cache.org/Features/LoadBalance

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 nginx 反向代理未检测到负载均衡器丢失 - nginx reverse proxy not detecting dropped load balancer SSL应该在Nginx代理缓冲区还是在Amazon Elastic Load Balancer处终止? - Should the SSL terminate at the Nginx proxy buffer or at the Amazon Elastic Load Balancer? Nginx 中的反向代理和负载均衡器有什么区别? - What is the difference between reverse-proxy and load-balancer in Nginx? 什么是直通式负载均衡器? 它与代理负载均衡器有何不同? - What is pass-through load balancer? How is it different from proxy load balancer? 缺少通过AWS负载均衡器连接代理的主机名 - Missing hostname connecting Proxy via AWS load balancer ec2 实例和负载均衡器反向代理 Nginx - ec2 instance and load balancer reverse proxy Nginx 如何使用具有反向代理和负载均衡器的可扩展docker集群为一个VM提供多个站点 - How to have a scaleable docker cluster with a reverse proxy and load balancer serving several sites from one VM 负载均衡器/反向代理:docker-swarm 中的“上游服务器在连接到上游时暂时禁用”? - Load balancer/reverse proxy: “upstream server temporarily disabled while connecting to upstream” in docker-swarm? 前面的 AWS 应用程序负载均衡器,后面有 https 侦听器和 nginx 反向代理服务器 - AWS Application load balancer in front with https listener and nginx reverse proxy server behind it NGINX 负载均衡器和部署 - NGINX load balancer and deployments
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM