Re: EDE 18/20 recursion failures after devel release upgrade 9.21.14 -> 9.21.15. bug, or config change req'd?
pgnd <[email protected]>
| Newsgroups | gmane.network.dns.bind9.user |
|---|---|
| Message-ID | <3df30918-e0ee-463f-b86d-75912ef25514__24101.9370661647$1763596573$gmane$org@dev-mail.net> |
> To be clear, you're saying this version did NOT work?
well, apparently not quite :-/
took me a minute to 'clarify' for myself ...
after a clean build from source, flush/purge everything,
trying to get to an explicit config that works, by simple naive toggling,
this fails
```
notify no;
recursion yes;
allow-recursion { any; };
allow-recursion-on { any; };
allow-query { acl_local_lan; localhost; };
```
simply adding this
```
+ allow-query-cache { acl_local_lan; localhost; };
```
works.
and this i can now toggle back & forth.
--
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list.