mình đang có bài toán thế này. có 1 list proxy: Code: http://user1:pass1@host1:port1 http://user2:pass2@host2:port2 http://user3:pass3@host3:port3 vì tool download đang chỉ hỗ trợ 1 proxy, có cách nào hoặc tool nào trên server mở 1 port sau đó sẽ pass tuần tự proxy theo request không nhỉ.
bác dựng 1 máy ảo hoặc docker chạy haproxy, xong cấu hình file haproxy.cfg kiểu này: PHP: global maxconn 1024 daemondefaults mode http maxconn 1024 option httplog clf option dontlognull retries 3 timeout connect 5s timeout client 60s timeout server 60slisten stats bind *:10000 mode http maxconn 10 timeout client 100s timeout server 100s timeout connect 100s timeout queue 100s stats enable stats hide-version stats refresh 30s stats show-node stats uri /frontend rotating_proxies mode http bind *:9999 default_backend list_proxybackend list_proxy mode http balance roundrobin server vpn1 user1:pass1@server_ip_1:port1 check server vpn2 user2:pass2@server_ip_2:port2 check server vpn3 user3:pass3@server_ip_3:port3 check Nếu là docker thì config như này https://hub.docker.com/_/haproxy , nhớ mở thêm 2 port cho docker: port 10000 để xem được thống kê trạng thái các proxy, port localhost:9999 là proxy mới, 3 proxy của bác sẽ được nó sử dụng xoay vòng tuần tự. Ngoài roundrobin ra thì bác thích xoay kiểu khác cũng được: roundrobin: xoay tuần tự leastconn: xoay theo host có số lượng kết nối ít nhất uri: xoay theo url url_param: xoay theo 1 biến nào đó trong url hdr: xoay theo request header rdp-cookie: xoay theo cookie
bạn có thể giúp mình hướng dẫn cách config haproxy này ko? Dựng máy ảo là vmware hả bạn, vậy làm cách nào để kết nối giữa tool và proxy xoay kiểu này, tkx bạn
lỗi bác ơi PHP: [ALERT] (1) : config : [/usr/local/etc/haproxy/haproxy.cfg:38] : 'server list_proxy/vpn1' : could not resolve address 'user:[email protected]'.[ALERT] (1) : config : [/usr/local/etc/haproxy/haproxy.cfg:39] : 'server list_proxy/vpn2' : could not resolve address 'user:[email protected]'.[ALERT] (1) : config : Failed to initialize server(s) addr.
mua proxy của ZingProxy.com cho nhanh bác, không giới hạn băng thông, vài giây xoay 1 lần, IP dân cư VN hoặc USA
Bác dùng loại proxy dân cư Việt Nam xoay hoặc USA Datacenter xoay không tính theo băng thông đâu bác, có hai loại 1 loại theo GB một loại unlimited đấy