-
Notifications
You must be signed in to change notification settings - Fork 100
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
stubby seems to automatically question local bind9 #333
Comments
Did you solve this problem. |
Not really. First I have to appollogize, as I did not notice, that the config did not load when started as a Systemd-service. Stubby was running in default config and then delegated everything do localhost:53. With systemd it is loaded as user/group "stubby" and something goes wrong. As root (on command line) everything was fine. (Config is valid...) However, I found out that I obviously can make Stubby run as a systemd when I comment "dnssec_trust_anchors:". But then it might load and run, but will not return any valid answer. A dig command to stubby will show delegation to let's say 1.1.1.1, but no answer. I am yet a bit lost here... |
A quick answer is that this sounds like a permissions issue.... what are the permissions on the |
May bad - it would really be helpful, if stubby would show a bit more information on what is bad in the config. It only shows
which does not really help in finding the culprit. In
I started stubby on the console with
Is this because Output of
|
And here is the output of
|
OK, I solved it. Did not see through this... Again, it was the Running One question stays: do I need |
I want to use stubby with my local bind9 as a forwarder. However I also use stunnel to provide port 853 with local bind for internal DNS-over-TLS queries. For instance my FireTV does need this to get local addresses resolved (only uses DoT and falls back to google, if non is found locally).
It now seems that stubby identifies the local bind answering queries on 127.0.0.1:853 and sends queries to my local bind installation, which then forwards this query back to stubby, which forwards back to bind - and so on. I get a circular dns query queue that slows down everything.
I was not able to identify a switch to prevent stubby from sending queries to local bind, if it is reachable over 853.
What I need is:
The text was updated successfully, but these errors were encountered: