Hi, i'm using haproxy to loadbalance web frontends on Amazon EC2. I use a server line like : server app1 frontend1.example.com:80 check inter 5000
Whenever I restart a frontend, it gets another IP so I update the frontend1.example.com DNS record accordingly. The issue is that haproxy never detect the change. It keeps polling the old IP and marks the server "down" until I manually reload the HAproxy service. Is there an option to handle that and detect the dynDNS change automatically ? Thanks. -- Mathieu OUDART

