PowerDNS / pdns

PowerDNS Authoritative, PowerDNS Recursor, dnsdist
https://www.powerdns.com/
GNU General Public License v2.0
3.7k stars 908 forks source link

Support for multiple rpzMaster() hosts for a single RPZ #4996

Open tmuncks opened 7 years ago

tmuncks commented 7 years ago

Most upstream RPZ feed providers will provide their zones through several master servers, for redundancy and load balancing purposes. The pdns-recursor function rpzMaster(), however, currently supports only a single master server, which is problematic for a few reasons:

Adding this support, would help take the RPZ support to the next level. :)

Habbie commented 5 years ago
  • We cannot leverage the upstream redundancy.

This has been fixed in #6733

  • We'll hit only a single master, which could put result in uneven load on the upstream servers.

This has not been fixed.