squid can use a proxy list like:
cache_peer %(host)s parent %(port)s 0 no-query weighted-round-robin weight=%(weight)s connect-fail-limit=2 allow-miss max-conn=5
then just access squid port, it would auto choose a proxy to access internet for me.
How do I achieve this in haproxy?
------------------
best regards
yuyan
cache_peer %(host)s parent %(port)s 0 no-query weighted-round-robin weight=%(weight)s connect-fail-limit=2 allow-miss max-conn=5
then just access squid port, it would auto choose a proxy to access internet for me.
How do I achieve this in haproxy?
------------------
best regards
yuyan