On 1/7/23 09:59, Willy Tarreau wrote:
No, you just have one entry per "bind" line. If it's only a matter of
listening on multiple host:port and you want them merged, you could
probably put all the addresses on the same line separated by commas
and see if it's better:

   bind quic4@1.1.1.1:443,quic4@2.2.2.2:443,quic4@3.3.3.3:443 ssl crt ...

That's how I had it configured and it showed three lines on stats. I now have three lines, all with different names. quic443-vip and quic443-XXXX for each of the real servers.

Thanks,
Shawn

Reply via email to