-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Pihole Unbound install documentation has location of (unbound) pihole.conf wrong. #470
Comments
Why do you think it is a problem of the location of the conf file? |
See my thread here: NLnetLabs/unbound#416 To summarise; Beecause of the incorrect directory Unbound activates on the default unbound.conf withouth applying the override pihiole.conf. Consequently it hooks onto port 53 which is the default and overriden in the pihole.conf. |
Well, in my eyes the documentation is correct. However, this may depend on the version of Unbound. On my system, I have
with
so as the docs say. The critical part is that the right directory is sourced here:
|
Addendum: I have version |
The include entry in the default conf file /etc/unbound/unbound.conf shows conf.d [root@pihole ~]# cat /etc/unbound/unbound.conf | grep conf.d As you can see I am using unbound 1.6.6, which was loaded from Centos 7 rpm: [root@pihole ~]# rpm -qa | grep unbound Clearly you are somewhat ahead of me in unbound versions, perhaps the rules have changed, with Centos 7 some way behind. |
When I first installed it on 18.04, I had So we should add a small paragraph that you should check the real contents of |
No problem - glad we got it understood (and thanks for the help). I'll leave the issue open until the doc is changed. |
Versions
[root@pihole ~]# pihole -v
Pi-hole version is v5.2.4 (Latest: v5.2.4)
AdminLTE version is v5.3.2 (Latest: v5.3.2)
FTL version is v5.6 (Latest: v5.6)
[root@pihole ~]#
Platform
Centos 7 LXC container.
Expected behavior
Unbound will work.
Actual behavior / bug
Unbound Fails to startup:
[
Steps to reproduce
systemctl start unbound
Additional context
Used:
https://docs.pi-hole.net/guides/dns/unbound/
To install unbound.
Loaded pihole.conf into
/etc/unbound/unbound.conf.d/pihole.conf
as per docsShould be:
/etc/unbound/conf.d/pihole.conf
The text was updated successfully, but these errors were encountered: