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:
We cannot leverage the upstream redundancy.
We'll hit only a single master, which could put result in uneven load on the upstream servers.
Adding this support, would help take the RPZ support to the next level. :)
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. :)