Re: [dnsdist] dnsdist not seeing a valid port

2023-01-15 Thread Otto Moerbeek via dnsdist
Hi, Can you query the recursor with dig @::1 -p 5301 ... ? If you get a timeout, it is likely an ACL isue on the recursor side, recursor will drop queries from non permitted clients. See https://docs.powerdns.com/recursor/settings.html#allow-from If so, use setVerboseHealthChecks(true) in the

Re: [dnsdist] dnsdist not seeing a valid port

2023-01-15 Thread Michael Van Der Beek via dnsdist
Hi, You might want to check your ACL. Since you didn’t show it in your email. Below is to allow queries from anywhere. setACL({'0.0.0.0/0','::/0'}) Regards, Michael From: dnsdist On Behalf Of Larry Wapnitsky via dnsdist Sent: Sunday, 15 January 2023 9:49 am To: dnsdist@mailman.powerdns.com