Spaces:
Sleeping
Sleeping
File size: 402 Bytes
fd4cccf e814194 fd4cccf 8d62409 e814194 ac0b327 fd4cccf e814194 fd4cccf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | defaults
mode http
timeout connect 10s
timeout client 1m
timeout server 1m
frontend http_proxy_frontend
bind *:7860
http-request allow if METH_CONNECT
default_backend external_proxies
backend external_proxies
balance roundrobin
server proxy1 216.26.235.213:3129 check
server proxy2 65.111.12.148:3129 check
server proxy3 216.26.230.8:3129 check
|