Daniel Salzman via knot-dns-users <knot-dns-users(a)lists.nic.cz> wrote:
What about rewriting your remotes configuration to a
single remote with multiple addresses?
Knot will then try the addresses in the specified order until one of them works:
remote:
- id: primary
address: 10.0.1.203@5333 # running
address: 10.0.2.203@5333 # standby
address: 10.0.3.203@5333 # standby
template:
- id: default
master: primary
Thanks Daniel, that did the trick!
I have to blame me on not even have thought about using 3 addresses instead of IDs.
Thanks again and kind regards,
Michael