Hi,
> Hi, > I find that HAProxy only resolve DNS of Backend Server that the start > up time : > > > * server sv1.mydomain.com sv1.mydomain.com:80 check port 80 inter > 4000 weight 10 > * server sv2.mydomain.com sv2.mydomain.com:80 check port 80 inter > 4000 weight 10 > > Even if DNS Server has change the A record or I manual Set the record > in /etc/hosts , HAProxy doesn't recognise this change. > > Can anyone confirm that ? or give me the official document about this. > I'm trying to look up in the document but no luck. > Thank you very much. Confirmed: http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#4.2-server <address> is the IPv4 or IPv6 address of the server. Alternatively, a resolvable hostname is supported, but this name will be resolved during start-up. Regards, Lukas

