-
-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auth-zone doesn't play nicely with forward-zone #615
Comments
for-downstrem may be yes in auth-zone
|
I can't use the However I have managed to find a workaround for this issue with the config below (the
Why the |
Same issus with version 1.17.1, is this expected behavior? |
Same issue on 1.18.0 on OpenBSD 7.5 |
Describe the bug
When querying for a record within an
auth-zone
, queries should not be issued to a server listed under aforward-zone
stanza.To reproduce
Expected behavior
Unbound should respond to queries for
foo.bar.org.uk.
from its local copy of the zone. Currently it can be observed to be contacting the server listed under theforward-zone
stanza.System:
1.14.0
Ubuntu 20.04.3 LTS
5.4.0-1048-raspi #53-Ubuntu SMP PREEMPT Wed Dec 8 13:06:23 UTC 2021 aarch64
unbound -V
output:Additional information
I used
sudo tcpdump -i eth0 src or dst 9.9.9.9
to observe forwarded query traffic.The text was updated successfully, but these errors were encountered: