[Pdns-users] Recursive Forwarders
Otto Moerbeek
otto at drijf.net
Wed Aug 24 20:02:49 UTC 2022
On Wed, Aug 24, 2022 at 09:51:49PM +0200, Leendert Meyer via Pdns-users wrote:
> Hello Timothy,
>
> On Wednesday, 24 August 2022 20:09:11 CEST Holmes, Timothy via Pdns-users
> wrote:
>
> <snip>
>
> > forward-zones-recurse=.=9.9.9.9;149.112.112.112;1.1.1.2;1.0.0.2
> > and also tried forward-zones-recurse=.=9.9.9.9
> >
> > Each time pushed a restart and verified. Each time the root name hints seem
> > to still be the default behavior including after removing the referenced
> > root hint file entry.
>
> <snip>
>
> > Am I missing something obvious, or will the root hints always take
> > precedence?
>
> Whithout testing, the ‘=.=’ seems odd.
>
> You probably have to change ‘=.=’ into ‘=’.
Npe, that is the syntax to forward everything:
forward-zones-recurse=.=9.9.9.9;1.1.1.1
Leads to:
Aug 24 22:00:33 Redirecting queries for zone '.' with recursion to: 9.9.9.9:53, 1.1.1.1:53
It basically turns a full recursor into just a cache. Plus you are now
depdendent on the forwarded-to resolvers. So there are drawbacks.
-Otto
>
> Kind regards,
>
> Leen
> _______________________________________________
> Pdns-users mailing list
> Pdns-users at mailman.powerdns.com
> https://mailman.powerdns.com/mailman/listinfo/pdns-users
More information about the Pdns-users
mailing list