We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a2a44 commit b68a6bfCopy full SHA for b68a6bf
1 file changed
roles/haproxy_lb/templates/haproxy.conf.j2
@@ -30,6 +30,10 @@ global
30
tune.ssl.default-dh-param 2048
31
32
{% if haproxy_lb_quic_enabled | default(false) %}
33
+ # Preserve cap_net_bind_service across uid switch so the haproxy worker
34
+ # can bind QUIC UDP sockets on privileged ports (443) after dropping
35
+ # privileges to the haproxy user.
36
+ setcap cap_net_bind_service
37
# QUIC DDoS protection: force Retry token exchange above threshold
38
tune.quic.retry-threshold 100
39
{% endif %}
0 commit comments