Re: [Pdns-users] DnsDist and secondary pdns auth

2023-04-18 Thread Andrey Vishnyakov via Pdns-users
Hi Badli, Dnsdist makes NAT on passing through traffic, so Source IP is changed. You should use allow-axfr-ips=10.0.0.1 on PDNS Best regards, Andrey On 19 Apr 2023, at 02:15, Badli Al Rashid via Pdns-users wrote:  Hi All, For the bind9 as primary solve it by entering option allow-axfr-ips.

[Pdns-users] Recursor: NS selection logic, multiple IPs in forward-zones statement

2022-11-09 Thread Andrey Vishnyakov via Pdns-users
Hi! What is the logic of pdns recursor choosing NS server when multiple items are available like multiple IP addresses in a forward-zones statement? Looking through the source code I see that NS servers are being ordered by speed or response time (usec). What is the overall algorithm? How often