Hi! I was trying to configure am IPv6 only backend using the hostname in /etc/hosts and the HAProxy kept failing to initialize. As soon as I put an IPV4 address for that hostname in /etc/hosts it worked. I have resorted to manualy putting the IPV6 address in the HAProxy config file, but ideally an IPV6 only hostname should work.
Sample config: server test1 test1.domain:80 In /etc/hosts ::1 test1.domain It will fail to initialize Thank you!

