Replies: 2 comments
-
I know how to make a specific backend for a specific zone in the config, but if there are many zones, is such balancing possible so as not to register each zone separately. |
Beta Was this translation helpful? Give feedback.
-
I would strongly suggest maintaining a list of zones and routing on that zone. The list does not have to be static, dnsdist can for example query a CDB or LMDB database as documented in https://dnsdist.org/reference/kvs.html |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Please tell me about balancing, is there a parameter that would check the presence of an entry on the backend and if there is an entry, give it, if there is no entry, check another backend?
I have several backends and different zones on them, some on one and some on the other.
*for example, I now have this config, backends 1.1.1.1, 2.2.2.2 (example). On backend: serv1 i have zone: example1.com, on backend serv2 i have zone: example2.com. As I understand it, the records are taken randomly from them.
Beta Was this translation helpful? Give feedback.
All reactions