Hi, I would like to build a service that provide a way to redirect connections from one IP to different machine and handling in the same time failover. Something like dynamic ip of amazon but based on hostname.
ex: alias.domain.com -> IP1 or fail over IP2 I can have a lot of different hostname and each have their couple of fail-over IPS. I'm thinking to use relayd(5) for that since it does direct routing. But I need a way to handle creation of these rules dynamically (via a database). Is there a way to do that ? Any other solution than relayd(5) ? - benoit