-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Documentation Error for Fedora Usage #1656
Comments
I can confirm that the readme instructions no longer work for Fedora. However your solution did not work to free port 53 either unfortunately. |
Did you restart the service after adding the conf file? |
I restarted
|
Ah... @zwimer, I must apologize. It appears that I am facing a Podman only issue, which I understand is not supported by this container. I tested your solution on a fresh Fedora 41 system with Docker and it works great. |
This is a: Documentation Error
Details
This section is inaccurate on modern Fedora, it might be written with Ubuntu in mind
https://github.com/pi-hole/docker-pi-hole/tree/4cb3c3a16d4d571408f83640487017799402b50b?tab=readme-ov-file#installing-on-ubuntu-or-fedora
There are two issues that stand out to me:
netplan
, sosystemd-resolved
on Fedora cannot use it by default. I do not know enough aboutnetplan
to say if installing it is sufficient to fix this or if that requires configuration.sudo sed -r -i.orig 's/#?DNSStubListener=yes/DNSStubListener=no/g' /etc/systemd/resolved.conf
; it might be worth mentioning that (as far as I know, at least on some versions),/etc/systemd/resolved.conf
might not exist by default; a template for it can be copied into/etc/systemd/resolved.conf
from/usr/lib/systemd/resolved.conf
. I believe this change was made in Fedora 40? I think a better option would just be:This stack overflow post seems to indicate that
https://unix.stackexchange.com/questions/761092/fedora-systemd-resolved
Related Issues
This #1365 is about a README overhaul in general, but the description is mostly empty so I am assuming it is not talking about this issue
Environment data
The text was updated successfully, but these errors were encountered: