[dnsdist] dnsdist NOTIFY distribution to several slaves
Winfried Angele
winfried.angele at gmail.com
Thu Mar 18 14:09:03 UTC 2021
Hello Stefan,
It's a bit of a hack, because not meant for that. But TeeAction
(https://www.dnsdist.org/rules-actions.html#TeeAction) could work maybe.
Example:
addAction(OpcodeRule(DNSOpcode.Notify),TeeAction("192.168.2.1"))
addAction(OpcodeRule(DNSOpcode.Notify),TeeAction("192.168.2.2"))
addAction(OpcodeRule(DNSOpcode.Notify),TeeAction("192.168.2.3"))
Rgards
Winfried
On 18.03.21 14:42, Stefan via dnsdist wrote:
> Hi there,
>
> I’ve got the following setup: I am running dnsdist in front of two
> slaves. My master nameserver sends notify messages to the (service) IP
> of the dnsdist, not directly two the slaves (for several reasons). As I
> know so far dnsdist does not distribute notify messages to all servers
> behind it, but only to one choosen server. Is there any method to get
> notify messages distributed to all servers, e.g. by using a lua script
> or a specific dnsdist configuration? How can this be solved in practice?
>
> Best regards
>
> Stefan Becker
>
>
> _______________________________________________
> dnsdist mailing list
> dnsdist at mailman.powerdns.com
> https://mailman.powerdns.com/mailman/listinfo/dnsdist
>
More information about the dnsdist
mailing list