diff --git a/haproxy/haproxy.cfg b/haproxy/haproxy.cfg index 78a719d..1262d55 100644 --- a/haproxy/haproxy.cfg +++ b/haproxy/haproxy.cfg @@ -37,11 +37,7 @@ backend vpn_exit_nodes balance roundrobin # server-template creates up to 10 slots; Docker DNS fills them dynamically # as you scale with: docker compose up --scale vpn-node=N (max 10) - server-template vpn 1-10 vpn-node:1080 \ - resolvers docker_dns \ - resolve-prefer ipv4 \ - init-addr none \ - check inter 20s fall 2 rise 2 + server-template vpn 1-10 vpn-node:1080 resolvers docker_dns resolve-prefer ipv4 init-addr none check inter 20s fall 2 rise 2 # ── Stats page — http://:8404/stats ───────────────────────────────────── frontend stats