As mentioned before, this web site is mostly served servers in my house. My ISP provides me with a single static IPv4 address, so I need some way to get HTTP and HTTPS (and HTTP/3!) traffic from my router to the pair of web servers that I’m using today. I’m currently using VyOS on my router, and it provides two different ways to load-balance HTTP traffic: high-availability virtual-server, which is based on IPVS in the Linux kernel. load-balancing haproxy, which is handled by HAProxy runni...